SortColumns
GetByIndex Method
|
Returns a single Filter object from a collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Sorting
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public SortColumn GetByIndex(
int index
)
Public Function GetByIndex (
index As Integer
) As SortColumn
public:
SortColumn^ GetByIndex(
int index
)
member GetByIndex :
index : int -> SortColumn
Parameters
-
index
-
Type:
System
Int32
Return Value
Type:
SortColumn
See Also