Click or drag to resize

RtfTextWriter WriteLine Method (Char)

Writes a character followed by a line terminator to the text stream.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public override void WriteLine(
	char value
)

Parameters

value
Type: System Char
The character to write to the text stream.
See Also