Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ShapeTextFont.Script Property

Formats the text as subscript or superscript.

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ScriptType Script { get; set; }

Property Value

Type Description
ScriptType

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

See Also