RtfTextWriter
WriteLine Method (Single)
|
Writes the text representation of a 4-byte floating-point
value 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(
float value
)
Public Overrides Sub WriteLine (
value As Single
)
public:
virtual void WriteLine(
float value
) override
abstract WriteLine :
value : float32 -> unit
override WriteLine :
value : float32 -> unit
Parameters
-
value
-
Type:
System
Single
The 4-byte floating-point value to write.
See Also