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