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


In This Topic
Count Property (IStyles)
In This Topic
Gets an integer value that represents the number of styles in the IStyles collection.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As IStyles
Dim value As Integer
 
value = instance.Count

Property Value

An integer value that represents the number of styles.
See Also