SortColumns
Item Property
|
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 this[
int fieldIndex
] { get; }
Public ReadOnly Default Property Item (
fieldIndex As Integer
) As SortColumn
Get
public:
virtual property SortColumn^ default[int fieldIndex] {
SortColumn^ get (int fieldIndex) sealed;
}
abstract Item : SortColumn with get
override Item : SortColumn with get
Parameters
-
fieldIndex
-
Type:
System
Int32
The integer offset of the field on which you want to base the filter
(from the left of the list; the leftmost field is field 0).
Return Value
Type:
SortColumn
Returens
SortColumn
object.
Implements
ISortColumns
Item
Int32
See Also