Spread Windows Forms 12.0 Product Documentation
Item Property (ISortFields)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISortFields Interface : Item Property
An integer value indicates the index of the ISortField object.
Gets a ISortField object that represents a collection of items that can be sorted in a workbook.
Syntax
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ISortField
'Usage
 
Dim instance As ISortFields
Dim index As Integer
Dim value As ISortField
 
value = instance.Item(index)
ISortField this[ 
   int index
]; {get;}

Parameters

index
An integer value indicates the index of the ISortField object.

Property Value

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

Reference

ISortFields Interface
ISortFields Members