Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFontScheme Class / Name Property


In This Topic
    Name Property (ThemeFontScheme)
    In This Topic
    The name of the font scheme shown in the user interface
    Syntax
    'Declaration
     
    
    Public Property Name As String
    'Usage
     
    
    Dim instance As ThemeFontScheme
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public string Name {get; set;}
    See Also