Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Pattern Class / GetColor Method


In This Topic
GetColor Method (Pattern)
In This Topic
Syntax
'Declaration
 
Public Function GetColor( _
   ByVal itemCount As Integer, _
   ByVal index As Integer _
) As Color
 
'Usage
 
Dim instance As Pattern
Dim itemCount As Integer
Dim index As Integer
Dim value As Color
 
value = instance.GetColor(itemCount, index)

Parameters

itemCount
index
See Also