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
)
Public Sub New (
parent As Object
)
public:
DataConnections(
Object^ parent
)
new :
parent : Object -> DataConnections
Parameters
-
parent
-
Type:
System
Object
The parent object associated with this instance of DataConnections.
See Also