Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / IncludeFont Property


In This Topic
    IncludeFont Property
    In This Topic
    Gets a value indicating whether the style includes the font properties.
    Syntax
    'Declaration
     
    
    Property IncludeFont As Boolean
    'Usage
     
    
    Dim instance As IStyle
    Dim value As Boolean
     
    instance.IncludeFont = value
     
    value = instance.IncludeFont
    bool IncludeFont {get; set;}

    Property Value

    true if the style includes the font properties; otherwise, false.
    See Also