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
)
Public Overrides Sub WriteLine (
format As String,
ParamArray arg As Object()
)
public:
virtual void WriteLine(
String^ format,
... array<Object^>^ arg
) override
abstract WriteLine :
format : string *
arg : Object[] -> unit
override WriteLine :
format : string *
arg : Object[] -> unit
Parameters
-
format
-
Type:
System
String
The formatting string.
-
arg
-
Type:
System
Object
The object array to write into format string.
See Also