#include <DS_Table.h>
Public Member Functions | |
| void | UpdateCell (unsigned columnIndex, int value) |
| Numeric. | |
| void | UpdateCell (unsigned columnIndex, const char *str) |
| String. | |
| void | UpdateCell (unsigned columnIndex, int byteLength, const char *data) |
| Binary. | |
1.5.1-p1