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


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