New to Telerik Document ProcessingStart a free 30-day trial

Underline styles available for cell text.

Definition

Namespace:Telerik.Documents.SpreadsheetStreaming

Assembly:Telerik.Documents.SpreadsheetStreaming.dll

Syntax:

C#
public enum SpreadUnderlineType

Fields

Double line underline.

C#
Double = 2

Double accounting underline drawn flush with the descender baseline.

C#
DoubleAccounting = 4

No underline.

C#
None = 0

Single line underline.

C#
Single = 1

Single accounting underline drawn flush with the descender baseline (under letters like g, p).

C#
SingleAccounting = 3