Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IDataTable Interface / Font Property


In This Topic
    Font Property (IDataTable)
    In This Topic
    Gets an GrapeCity.Spreadsheet.IFont object that represents the font of the specified object.
    Syntax
    'Declaration
     
    ReadOnly Property Font As IFont
    'Usage
     
    Dim instance As IDataTable
    Dim value As IFont
     
    value = instance.Font
    IFont Font {get;}
    See Also