#include "ciflib.h"
int cifAddRow(const char *dataBlockName,
const char *categoryName)
cifAddRow appends a row to the target category within the target data block. The data block and category are both identified by name. Once a new row has been created, other CIFLIB update functions can be used to load item values into the row.
| dataBlockName | name of the target data block |
| categoryName | name of the target category |
Returns the index for the new row or the value -1 for failure.
| See also: | cifUpdateItemValue |
|---|---|
| cifUpdateItemValueByIndex | |
| cifUpdateItemValueByAlias | |
| cifAddRowByIndex |