|
@@ -129,6 +129,8 @@ extern "C" {
|
129
|
129
|
// cmCsvCell_t.lexTId in the new cell. There are no constraints on its value.
|
130
|
130
|
//cmCsvRC_t cmCsvInsertRowBefore( cmCsvH_t h, unsigned row, cmCsvCell_t** cellPtrPtr, unsigned symId, unsigned flags, unsigned lexTId );
|
131
|
131
|
|
|
132
|
+ // Column 0 will be added if 'cellPtrPtr'!= NULL and 'symId'!=cmInvalidId.
|
|
133
|
+ // If cellPtrPtr and symId are not valid then 'flags' and 'lexTId' are ignored.
|
132
|
134
|
cmCsvRC_t cmCsvAppendRow( cmCsvH_t h, cmCsvCell_t** cellPtrPtr, unsigned symId, unsigned flags, unsigned lexTId );
|
133
|
135
|
|
134
|
136
|
// Insert a new cell to the right of leftCellPtr.
|