Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellStyleInfo Class / Font Property


In This Topic
    Font Property (CellStyleInfo)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Property Font As FontInfo
    'Usage
     
    Dim instance As CellStyleInfo
    Dim value As FontInfo
     
    instance.Font = value
     
    value = instance.Font
    public override FontInfo Font {get; set;}
    See Also