ISortColumns
Item Property
|
Returns single item from the collection.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
SortColumn this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As SortColumn
Get
property SortColumn^ default[int index] {
SortColumn^ get (int index);
}
abstract Item : SortColumn with get
Parameters
-
index
-
Type:
System
Int32
Gets the item based on the Key.
Return Value
Type:
SortColumn
SortFiled with the given key.
See Also