Skip to main content
Row

ScriptType Enum

Contains the values used to make the text in a cell superscript or subscript.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public enum ScriptType

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

Remarks

The values listed by this enumeration are used to set the SpreadsheetFont.Script property.

See Also