RtfTextWriter
WriteLine Method (Object)
|
Writes the text representation of an object by calling
ToString on this object, followed by a line terminator to the text stream.
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(
Object value
)
Public Overrides Sub WriteLine (
value As Object
)
public:
virtual void WriteLine(
Object^ value
) override
abstract WriteLine :
value : Object -> unit
override WriteLine :
value : Object -> unit
Parameters
-
value
-
Type:
System
Object
The object to write.
See Also