Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / CellStateEventArgs Class / Font Property


In This Topic
    Font Property (CellStateEventArgs)
    In This Topic
    Gets the changed attributes of cell's font.
    Syntax
    'Declaration
     
    
    Public Property Font As FontAttributes
    'Usage
     
    
    Dim instance As CellStateEventArgs
    Dim value As FontAttributes
     
    instance.Font = value
     
    value = instance.Font
    public FontAttributes Font {get; set;}
    See Also