Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelHelper Class / IndexFromColor Method


In This Topic
IndexFromColor Method
In This Topic
Get color ID from color
Syntax
'Declaration
 
Public Shared Function IndexFromColor( _
   ByVal color As Color, _
   ByVal value As Integer _
) As Integer
 
'Usage
 
Dim color As Color
Dim value As Integer
Dim value As Integer
 
value = ExcelHelper.IndexFromColor(color, value)

Parameters

color
value
See Also