Spread WPF 17
GrapeCity.Excel Namespace / IExcelTheme Interface / Name Property


In This Topic
    Name Property (IExcelTheme)
    In This Topic
    The theme name
    Syntax
    'Declaration
     
    ReadOnly Property Name As String
    'Usage
     
    Dim instance As IExcelTheme
    Dim value As String
     
    value = instance.Name
    string Name {get;}

    Property Value

    The name of the theme
    See Also