This property is not used. To change the font for all the cells, please use the DefaultStyle property of the SheetView class.
Syntax
'Declaration
Public Overrides ReadOnly Property Font As FontInfo
'Usage
Dim instance As FpSpread
Dim value As FontInfo
value = instance.Font
public override FontInfo Font {get;}
See Also