ExcelDocumentDefaultFontName Property |
Gets or sets name of the default font used in the workbook.
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.4.23
Syntaxpublic string DefaultFontName { get; set; }
Public Property DefaultFontName As String
Get
Set
Property Value
String
Remarks
Default value is "Calibri".
See Also