Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / FontTheme Property


In This Topic
    FontTheme Property (Cell)
    In This Topic
    Gets or sets the font theme of the cell.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property FontTheme As String
    'Usage
     
    Dim instance As Cell
    Dim value As String
     
    instance.FontTheme = value
     
    value = instance.FontTheme
    [DefaultValue("")]
    public string FontTheme {get; set;}

    Property Value

    The font theme.
    See Also