Stores the list of cells for this row, and a special flag used for internal sorting. More...
#include <DS_Table.h>
Public Member Functions | |
void | UpdateCell (unsigned columnIndex, double value) |
Numeric. | |
void | UpdateCell (unsigned columnIndex, const char *str) |
String. | |
void | UpdateCell (unsigned columnIndex, int byteLength, const char *data) |
Binary. | |
Public Attributes | |
DataStructures::List< Cell * > | cells |
Stores the list of cells for this row, and a special flag used for internal sorting.
Definition at line 116 of file DS_Table.h.
void Table::Row::UpdateCell | ( | unsigned | columnIndex, | |
double | value | |||
) |
Numeric.
Definition at line 241 of file DS_Table.cpp.
void Table::Row::UpdateCell | ( | unsigned | columnIndex, | |
int | byteLength, | |||
const char * | data | |||
) |
void Table::Row::UpdateCell | ( | unsigned | columnIndex, | |
const char * | str | |||
) |
Definition at line 119 of file DS_Table.h.