XlsWorkbook
InnerFonts Property
|
Gets the collection of fonts used within the spreadsheet.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public XlsFontsCollection InnerFonts { get; }
Public ReadOnly Property InnerFonts As XlsFontsCollection
Get
public:
property XlsFontsCollection^ InnerFonts {
XlsFontsCollection^ get ();
}
member InnerFonts : XlsFontsCollection with get
Property Value
Type:
XlsFontsCollection
See Also