Spread Windows Forms 17
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)
    public Color GetColor( 
       int itemCount,
       int index
    )

    Parameters

    itemCount
    index
    See Also