Click or drag to resize

SortColumns Item Property

Gets SortColumn object at the special field.

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; }

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