Click or drag to resize

ExcelFontUnderlineType Property

Gets or sets a value to indicating the underline type. If the underline type is None, no underline will be applied. The default value is None.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelCellUnderlineType UnderlineType { get; set; }

Property Value

ExcelCellUnderlineType
See Also