Click or drag to resize

RtfTextWriter WriteLine Method (String, Object, Object)

Writes out a formatted string and a new line, using the same semantics as Format.

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(
	string format,
	Object arg0,
	Object arg1
)

Parameters

format
Type: System String
The formatting string.
arg0
Type: System Object
The object to write into the format string.
arg1
Type: System Object
The object to write into the format string.
See Also