Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / SchemeColor Structure / CreateIndexedColor Method
The color index.


In This Topic
CreateIndexedColor Method
In This Topic
Creates the Indexed color.
Syntax
'Declaration
 
Public Shared Function CreateIndexedColor( _
   ByVal colorIndex As Integer _
) As SchemeColor
 
'Usage
 
Dim colorIndex As Integer
Dim value As SchemeColor
 
value = SchemeColor.CreateIndexedColor(colorIndex)

Parameters

colorIndex
The color index.

Return Value

A SchemeColor value represents the color
See Also