Click or drag to resize

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; }

Property Value

Type: Double
The standard font size.

Return Value

Type: Double
The standard font size as a double.

Implements

IWorkbook StandardFontSize
See Also