Summary
Holds a table of RVariant values, which can be saved to a file in CSV format.
Constructors
Instance methods
void | | Adds a value at the current location and advances the cursor. |
void | | Advances the cursor down or to the right, depending on the value of CsvTable.AdvanceRight. |
void | | Saves the table to a file in Excel-compatible CSV format. |
void | |
void | | Moves cursor to the specified position. |
Instance properties
RVariant | |
Gets/sets the value at the specified position. Returns a "blank" (stub) RVariant if the value hasn't
been set yet. |
Instance fields
bool | | Determines whether adding a cell moves the cursor to the right or down. |
int | | "Selected" column index - affects some operations of the class. |
int | | "Selected" row index - affects some operations of the class. |