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


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