Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadTheme Class / HeadingFontName Property


In This Topic
    HeadingFontName Property
    In This Topic
    Gets or sets the name of the heading font.
    Syntax
    'Declaration
     
    Public Property HeadingFontName As String
    'Usage
     
    Dim instance As SpreadTheme
    Dim value As String
     
    instance.HeadingFontName = value
     
    value = instance.HeadingFontName
    public string HeadingFontName {get; set;}

    Property Value

    The name of the heading font.
    See Also