Skip to main content
A newer version of this page is available. .

XlScriptType Enum

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

Namespace: DevExpress.Export.Xl

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

Declaration

public enum XlScriptType

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