Click or drag to resize

XlsWorkbook StandardFont Property

Gets or sets the standard font 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 string StandardFont { get; set; }

Return Value

Type: String
The name of the current standard font.

Implements

IWorkbook StandardFont
See Also