/**
The parameters string format is "width[,precision[,format]]" where
- @c format should be choosen beween f|e|g|E|G (f is used by default)
+ @c format should be chosen between f|e|g|E|G (f is used by default)
*/
virtual void SetParameters(const wxString& params);
/**
The parameters string format is "width[,precision[,format]]" where
- @c format should be choosen beween f|e|g|E|G (f is used by default)
+ @c format should be chosen between f|e|g|E|G (f is used by default)
*/
virtual void SetParameters(const wxString& params);
};
/**
Delete rows from the table.
+ Notice that currently deleting a row intersecting a multi-cell (see
+ SetCellSize()) is not supported and will result in a crash.
+
@param pos
The first row to delete.
@param numRows