Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLStyle Class / ColorFromIndex Method

In This Topic
    ColorFromIndex Method
    In This Topic
    Gets standard palette color.
    Syntax
    'Declaration
     
    
    Public Shared Function ColorFromIndex( _
       ByVal index As Integer _
    ) As Color
    public static Color ColorFromIndex( 
       int index
    )

    Parameters

    index
    See Also