Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISortFields Interface / Item Property
An integer value indicates the index of the ISortField object.


In This Topic
    Item Property (ISortFields)
    In This Topic
    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