Spread WPF 17
GrapeCity.Excel Namespace / IExcelFont Interface / FontScheme Property


In This Topic
    FontScheme Property (IExcelFont)
    In This Topic
    Gets or sets the scheme of the font.
    Syntax
    'Declaration
     
    Property FontScheme As FontSchemeCategory
    'Usage
     
    Dim instance As IExcelFont
    Dim value As FontSchemeCategory
     
    instance.FontScheme = value
     
    value = instance.FontScheme
    FontSchemeCategory FontScheme {get; set;}

    Property Value

    The font scheme.
    See Also