Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Sort Class / Count Property


In This Topic
    Count Property (Sort)
    In This Topic
    Gets the sort field count.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As Sort
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    An integer value represents the sort field count.
    See Also