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


In This Topic
Count Property (IColorPalette)
In This Topic
Gets the number of indexed colors.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
 
'Usage
 
Dim instance As IColorPalette
Dim value As Integer
 
value = instance.Count

Property Value

An integer value represents the number of indexed colors.
See Also