RtfTextWriter
Write Method (String,
Object
)
|
Writes out a formatted string, using the same semantics as String.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 Write(
string format,
params Object[] arg
)
Public Overrides Sub Write (
format As String,
ParamArray arg As Object()
)
public:
virtual void Write(
String^ format,
... array<Object^>^ arg
) override
abstract Write :
format : string *
arg : Object[] -> unit
override Write :
format : string *
arg : Object[] -> unit
Parameters
-
format
-
Type:
System
String
The formatting string.
-
arg
-
Type:
System
Object
The object array to write into the formatted string.
See Also