SetDataLink Method

Sets the data link for the specified cell.

See Also | Example

Signature

object.SetDataLink nRow, nCol, idDataLink, bUpdate

Object

Table
The object this method applies to.

nRow

Integer; Input-only
The row number of the cell to set.

nCol

Integer; Input-only
The column number of the cell to set.

idDataLink

Long_PTR; Input-only
The data link to set.

bUpdate

VARIANT_BOOL; Input-only
The update flag; set to true if the data link is to be updated after setting it.

 

   Comments?