Back to Devexpress

SpreadsheetFontProperties.Script Property

officefileapi-devexpress-dot-spreadsheet-dot-spreadsheetfontproperties-a3fe0534.md

latest2.5 KB
Original Source

SpreadsheetFontProperties.Script Property

Gets or sets whether the given characters are formatted as subscript, superscript, or neither.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ScriptType? Script { get; set; }
vb
Property Script As ScriptType?

Property Value

TypeDescription
Nullable<ScriptType>

A ScriptType enumerator member indicating whether a text region is subscript or superscript. Null for a mixture of values.

|

Available values:

NameDescription
None

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

| | Superscript |

Formats text as superscript.

| | Subscript |

Formats text as subscript.

|

Remarks

Use the SpreadsheetFontProperties object’s properties to view or change font characteristics for a portion of cell text specified by the RichTextString.Characters method.

For an example on how to apply formatting to the specified characters within the cell text, refer to the How to: Apply Rich Formatting to Cell Text article.

See Also

Characters

Font

How to: Apply Rich Formatting to Cell Text

SpreadsheetFontProperties Interface

SpreadsheetFontProperties Members

DevExpress.Spreadsheet Namespace