SetDataLink32 Method

For a 64-Bit system, sets the data link for a cell.

See Also | Example

Signature

object.SetDataLink32 nRow, nCol, idDataLink, bUpdate

Object

Table
The object this method applies to.

nRow

Integer; Input-only
The index of the column.

nCol

Integer; Input-only
The index of the column.

idDataLink

Long; Input-only
The new data link.

bUpdate

VARIANT_BOOL; Input-only
The flag indicating if the data link has is to be updated after setting it.

 

   Comments?