Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / SortedColumn Property
Example


In This Topic
    SortedColumn Property
    In This Topic
    Gets the model index of the column last sorted.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SortedColumn As Integer
    'Usage
     
    
    Dim instance As SheetView
    Dim value As Integer
     
    value = instance.SortedColumn
    public int SortedColumn {get;}

    Property Value

    Integer column index
    Remarks
    This property is available at run time only.
    Example
    This example returns the index of the last sorted column.
    See Also