XlsWorkbook
StandardFontSize Property
|
Gets or sets the standard font size for the workbook.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public double StandardFontSize { get; set; }
Public Property StandardFontSize As Double
Get
Set
public:
virtual property double StandardFontSize {
double get () sealed;
void set (double value) sealed;
}
abstract StandardFontSize : float with get, set
override StandardFontSize : float with get, set
Property Value
Type:
Double
The standard font size.
Return Value
Type:
Double
The standard font size as a double.
Implements
IWorkbook
StandardFontSize
See Also