Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadTheme Class / Name Property


In This Topic
    Name Property (SpreadTheme)
    In This Topic
    Gets or sets the name of the current theme.
    Syntax
    'Declaration
     
    Public Property Name As String
    'Usage
     
    Dim instance As SpreadTheme
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}

    Property Value

    The name of the current theme.
    See Also