Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortingEventArgs Class / ColumnCount Property


In This Topic
    ColumnCount Property (SortingEventArgs)
    In This Topic
    Gets the number of columns in the block of cells to sort.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnCount As Integer
    'Usage
     
    Dim instance As SortingEventArgs
    Dim value As Integer
     
    value = instance.ColumnCount
    public int ColumnCount {get;}
    See Also