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

ShapeTextFont.Script Property

Formats the text as subscript or superscript.

Namespace: DevExpress.Spreadsheet.Drawings

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

Declaration

ScriptType Script { get; set; }

Property Value

Type Description
ScriptType

A ScriptType enumeration value indicating whether the text is subscript or superscript.

Available values:

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.

See Also