Click or drag to resize

ExternalLinkCollection Constructor

Initializes a new instance of the ExternalLinkCollection class with the specified parent.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ExternalLinkCollection(
	Object parent
)

Parameters

parent
Type: System Object
The parent object to which this ExternalLinkCollection belongs.
See Also