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