Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeEffectScheme Class / Name Property


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