Click or drag to resize

RtfTextWriter WriteLine Method (Double)

Writes the text representation of a 8-byte floating-point value 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(
	double value
)

Parameters

value
Type: System Double
The 8-byte floating-point value to write.
See Also