XlScriptType Enum
Lists values used to format the text in a cell as superscript or subscript.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Members
Name | Description |
---|---|
Baseline
|
Specifies that the cell text should be located at the normal baseline and should have the same size as the surrounding text. |
Superscript
|
Specifies that the cell text should be formatted as superscript. |
Subscript
|
Specifies that the cell text should be formatted as subscript. |
Related API Members
The following properties accept/return XlScriptType values:
Remarks
The values listed by this enumeration are used by the XlFontBase.Script property.
See Also