Click or drag to resize

RtfTextWriter WriteLine Method (Boolean)

Writes the text representation of a Boolean 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(
	bool value
)

Parameters

value
Type: System Boolean
The Boolean to write.
See Also