Spread WinForms 15
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

Property Value

An integer value represents the sort field count.
See Also