CellStyleFlag
FontScript Property
|
Font script setting will be applied.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool FontScript { get; set; }
Public Property FontScript As Boolean
Get
Set
public:
property bool FontScript {
bool get ();
void set (bool value);
}
member FontScript : bool with get, set
Property Value
Type:
Boolean
See Also