Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / BaseSheetAxisModel Class / GetSortIndicator Method
Row or column index
Example


In This Topic
    GetSortIndicator Method (BaseSheetAxisModel)
    In This Topic
    Gets the sort indicator for the specified row or column. (This implementation always returns None.)
    Syntax
    'Declaration
     
    
    Public Overridable Function GetSortIndicator( _
       ByVal index As Integer _
    ) As SortIndicator
    'Usage
     
    
    Dim instance As BaseSheetAxisModel
    Dim index As Integer
    Dim value As SortIndicator
     
    value = instance.GetSortIndicator(index)
    public virtual SortIndicator GetSortIndicator( 
       int index
    )

    Parameters

    index
    Row or column index

    Return Value

    This one returns None.
    Example
    This example returns the sort indicator for the specified column.
    See Also