Click or drag to resize

RtfTextWriter WriteUnderlineAttribute Method (UnderlineStyle)

Writes an underline attribute with the specified style.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void WriteUnderlineAttribute(
	UnderlineStyle style
)

Parameters

style
Type: Spire.Xls.Core.Spreadsheet UnderlineStyle
The style of the underline to be applied.
See Also