ShapeTextFont.Script Property
In This Article
Formats the text as subscript or superscript.
Namespace: DevExpress.Spreadsheet.Drawings
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ScriptType Script { get; set; }
#Property Value
Type | Description |
---|---|
Script |
A Script |
Available values:
Name | Description |
---|---|
None | Specifies that the text is not formatted as subscript or as superscript. |
Superscript | Formats text as superscript. |
Subscript | Formats text as subscript. |
See Also