ScriptType Enum
Contains the values used to make the text in a cell superscript or subscript.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Members
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. |
Related API Members
The following properties accept/return ScriptType values:
Remarks
The values listed by this enumeration are used to set the SpreadsheetFont.Script property.
See Also