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
)
Public Sub WriteUnderlineAttribute (
style As UnderlineStyle
)
public:
void WriteUnderlineAttribute(
UnderlineStyle style
)
member WriteUnderlineAttribute :
style : UnderlineStyle -> unit
Parameters
-
style
-
Type:
Spire.Xls.Core.Spreadsheet
UnderlineStyle
The style of the underline to be applied.
See Also