IConditionalFormat
IsSubScript Property
|
Indicates whether font is subscript.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool IsSubScript { get; set; }
Property IsSubScript As Boolean
Get
Set
property bool IsSubScript {
bool get ();
void set (bool value);
}
abstract IsSubScript : bool with get, set
Property Value
Type:
Boolean
See Also