Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISortFields Interface / Count Property


In This Topic
Count Property (ISortFields)
In This Topic
Gets the number of sort fields in the collection.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As ISortFields
Dim value As Integer
 
value = instance.Count

Property Value

The count.
See Also