QueryTableCollection
Item Property
|
Gets the querytable by the specific index.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public QueryTableXls this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As QueryTableXls
Get
public:
property QueryTableXls^ default[int index] {
QueryTableXls^ get (int index);
}
member Item : QueryTableXls with get
Parameters
-
index
-
Type:
System
Int32
The index.
Return Value
Type:
QueryTableXls
The querytable
See Also