Click or drag to resize

DataConnections Constructor

Initializes a new instance of the DataConnections class with the specified parent object.

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

Parameters

parent
Type: System Object
The parent object associated with this instance of DataConnections.
See Also