Spread WPF 17
GrapeCity.Excel Namespace / ColorScheme Class / Item Property


In This Topic
    Item Property (ColorScheme)
    In This Topic
    Get the color of the specific color scheme.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As ColorSchemeIndex _
    ) As IExcelColor
    'Usage
     
    Dim instance As ColorScheme
    Dim index As ColorSchemeIndex
    Dim value As IExcelColor
     
    value = instance.Item(index)
    public IExcelColor this[ 
       ColorSchemeIndex index
    ]; {get;}

    Parameters

    index

    Property Value

    The theme color
    See Also