Click or drag to resize

RtfTextWriter WriteLine Method (String, 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,
	params Object[] arg
)

Parameters

format
Type: System String
The formatting string.
arg
Type: System Object
The object array to write into format string.
See Also