Back to Devexpress

SpreadsheetFont.Script Property

officefileapi-devexpress-dot-spreadsheet-dot-spreadsheetfont-809e421a.md

latest4.5 KB
Original Source

SpreadsheetFont.Script Property

Formats the cell content as subscript or superscript.

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
ScriptType

A ScriptType enumerator member indicating whether the text is subscript or superscript.

|

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

To specify all the required font characteristics, use the SpreadsheetFont object properties such as SpreadsheetFont.Name, SpreadsheetFont.FontStyle, SpreadsheetFont.Color, SpreadsheetFont.Size, etc. Review the How to: Configure Cell Font Settings example.

Access the SpreadsheetFont object via the Formatting.Font property.

For examples on how to specify formatting for an individual cell and cell range or modify a style, refer to the How to: Format a Cell or Range of Cells or How to: Create or Modify a Style documents.

See Also

Name

Size

FontStyle

Color

Strikethrough

UnderlineType

WinForms Spreadsheet Control Examples

SpreadsheetFont Interface

SpreadsheetFont Members

DevExpress.Spreadsheet Namespace