Click or drag to resize

RtfTextWriter WriteLine Method (Int64)

Writes the text representation of an 8-byte signed integer 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(
	long value
)

Parameters

value
Type: System Int64
The 8-byte signed integer to write.
See Also