Gets or sets the style of the cell font settings.
Syntax
'Declaration
Public Overridable Property Font As FontInfo
'Usage
Dim instance As StyleInfo
Dim value As FontInfo
instance.Font = value
value = instance.Font
public virtual FontInfo Font {get; set;}
See Also