A table used for printing information.
See http://www.wxwidgets.org/manuals/stable/wx_wxgridcellcoordsarray.html (wxWidgets documentation)
See http://www.wxwidgets.org/manuals/stable/wx_wxgridtablebase.html (wxWidgets documentation)
See http://www.wxwidgets.org/manuals/stable/wx_wxstring.html (wxWidgets documentation)
wxStfTable(const stfnum::Table &table_)
Constructor.
virtual int GetNumberCols()
Get the number of columns.
virtual int GetNumberRows()
Get the number of rows.
virtual void SetValue(int row, int col, const wxString &value)
Set a cell entry.
virtual bool IsEmptyCell(int row, int col)
Check whether a cell is empty.
virtual wxString GetValue(int row, int col)
Retrieve a cell entry.
wxString GetSelection(const wxGridCellCoordsArray &selection)
Retrieve values from selected cells.