Back to Devexpress

SpreadsheetFontProperties.UnderlineType Property

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

latest2.6 KB
Original Source

SpreadsheetFontProperties.UnderlineType Property

Gets or sets the underline type applied to the given characters.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
UnderlineType? UnderlineType { get; set; }
vb
Property UnderlineType As UnderlineType?

Property Value

TypeDescription
Nullable<UnderlineType>

An UnderlineType enumeration value. Null for a mixture of underline types.

|

Available values:

NameDescription
None

Indicates that the text is not underlined.

| | Single |

Specifies a single underline.

| | Double |

Specifies a double underline.

| | SingleAccounting |

Specifies a single accounting underline (an underline that fills the entire cell width).

| | DoubleAccounting |

Specifies a double accounting underline (an underline that fills the entire cell width).

|

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