Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RangeSortingEventArgs Class / Column Property


In This Topic
    Column Property (RangeSortingEventArgs)
    In This Topic
    Gets the index of the column to be automatically sorted.
    Syntax
    'Declaration
     
    Public ReadOnly Property Column As Integer
    'Usage
     
    Dim instance As RangeSortingEventArgs
    Dim value As Integer
     
    value = instance.Column
    public int Column {get;}

    Property Value

    The index of the column to be automatically sorted.
    See Also