CopyLineFrom 

Purpose

Copies the data from the specified memory block pointed into a table line.

Syntax

void CopyLineFrom( int nRow, void* pSource);

Parameters

Exceptions

Throws const char* for ItPutLine failure in the RFC C-API.

Description

Caller of this function should make sure that the memory block provided contains enough data for the whole row, and that all data are valid.

Related Information

Row

ConstRow

AppendEmptyRow

InsertEmptyRow

CopyLineTo