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

UnderlineType Enum

Lists underline styles.

Namespace: DevExpress.Spreadsheet

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

Declaration

public enum UnderlineType

Members

Name Description
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 SpreadsheetFont.UnderlineType property to specify the underline style for cell content. For more information on how to specify cell font attributes, refer to the How to: Configure Cell Font Settings example.

See Also