Back to Devexpress

ScriptType Enum

officefileapi-devexpress-dot-spreadsheet-402239bb.md

latest1.7 KB
Original Source

ScriptType Enum

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum ScriptType
vb
Public Enum ScriptType

Members

NameDescription
None

Specifies that the text is not formatted as subscript or as superscript.

| | Superscript |

Formats text as superscript.

| | Subscript |

Formats text as subscript.

|

The following properties accept/return ScriptType values:

Remarks

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

See Also

How to: Configure Cell Font Settings

DevExpress.Spreadsheet Namespace