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