IExtendedFormat
Font Property
|
Returns font object for this extended format.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
ReadOnly Property Font As IFont
Get
property IFont^ Font {
IFont^ get ();
}
abstract Font : IFont with get
Property Value
Type:
IFont
See Also