ExcelFontIsSuperscript Property
Gets or sets a value to indicate if the font is formatted as superscript. Default value is false.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public bool IsSuperscript { get; set; }
Public Property IsSuperscript As Boolean
Get
Set
public:
property bool IsSuperscript {
bool get ();
void set (bool value);
}
member IsSuperscript : bool with get, set
Property Value
Boolean