Click or drag to resize

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

Parameters

index
Type: System Int32
Gets the item based on the Key.

Return Value

Type: SortColumn
SortFiled with the given key.
See Also