Purpose
Copies the contents of line nRow to the designated memory block.
Syntax
void CopyLineTo(int nRow, void* pDestination);
Parameters
Exceptions
Throws const char* for ItCpyLine failure in the RFC C-API.
Description
Caller of this function should make sure that the memory block provided contains enough number of bytes for the whole row’s data.
Related Information
Row, ConstRow, AppendEmptyRow, InsertEmptyRow, CopyLineFrom
Row ConstRow AppendEmptyRow InsertEmptyRow CopyLineFrom