QueryTableCollection Constructor
|
Initializes a new instance of the QueryTableCollection 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 QueryTableCollection(
Object parent
)
Public Sub New (
parent As Object
)
public:
QueryTableCollection(
Object^ parent
)
new :
parent : Object -> QueryTableCollection
Parameters
-
parent
-
Type:
System
Object
See Also