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; }
Public Property StandardFont As String
Get
Set
public:
virtual property String^ StandardFont {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract StandardFont : string with get, set
override StandardFont : string with get, set
Return Value
Type:
String
The name of the current standard font.
Implements
IWorkbook
StandardFont
See Also