Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyleCollection Class / Count Property


In This Topic
Count Property (TableStyleCollection)
In This Topic
Gets number of table style in collection.
Syntax
'Declaration
 
Public ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As TableStyleCollection
Dim value As Integer
 
value = instance.Count
See Also