CreateContent Method

Creates new content in a cell.

See Also | Example

Signature

RetVal = object.CreateContent nRow, nCol, nIndex

Object

Table
The object this method applies to.

nRow

Long; Input-only
The row number of the cell to check.

nCol

Long; Input-only
The column number of the cell to check.

nIndex

Long; Input-only
Index at which to create the new context.

RetVal

Long
An ID for the created content.

 

   Comments?