Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ListColumnCollection Class / Count Property


In This Topic
Count Property (ListColumnCollection)
In This Topic
Gets count of the collection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As ListColumnCollection
Dim value As Integer
 
value = instance.Count

Property Value

An System.Int32 value indicates the count number of the collection.
See Also