Row

Undocumented in source.

Constructors

this
this(WorksheetFluent* wsf)
Undocumented in source.

Members

Functions

terminate
WorksheetFluent terminate()
Undocumented in source. Be warned that the author may not have intended to support it.
writeInt
Row writeInt(long value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeIntFormatted
Row writeIntFormatted(long value, Format format)
Undocumented in source. Be warned that the author may not have intended to support it.
writeNumber
Row writeNumber(double value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeNumberFormatted
Row writeNumberFormatted(double value, Format format)
Undocumented in source. Be warned that the author may not have intended to support it.
writeString
Row writeString(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
writeStringFormatted
Row writeStringFormatted(string value, Format format)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

wsf
WorksheetFluent* wsf;
Undocumented in source.

Meta