[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISortFields.Item

this Property

this[int]

Gets a ISortField object that represents a collection of items that can be sorted in a workbook.

Declaration
ISortField this[int index] { get; }
ReadOnly Default Property Item(index As Integer) As ISortField
Parameters
Type Name Description
int index

An integer value indicates the index of the ISortField object.

Property Value
Type Description
ISortField

An ISortField object that represents a collection of items that can be sorted in a workbook.