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


In This Topic
    Name Property (ColorScheme)
    In This Topic
    The common name for this color scheme.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    'Usage
     
    Dim instance As ColorScheme
    Dim value As String
     
    value = instance.Name
    public string Name {get;}

    Property Value

    The name of the color scheme
    See Also