Back to Devexpress

XlScriptType Enum

corelibraries-devexpress-dot-export-dot-xl-0039552b.md

latest1.3 KB
Original Source

XlScriptType Enum

Lists values used to format the text in a cell as superscript or subscript.

Namespace : DevExpress.Export.Xl

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public enum XlScriptType
vb
Public Enum XlScriptType

Members

NameDescription
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.

|

The following properties accept/return XlScriptType values:

Remarks

The values listed by this enumeration are used by the XlFontBase.Script property.

See Also

DevExpress.Export.Xl Namespace