GetHasDataLink Method

Check if a cell has a data link.

See Also | Example

Signature

RetVal = object.GetHasDataLink nRow, nCol

Object

Table
The object this method applies to.

nRow

Integer; Input-only
The value of the row.

nCol

Integer; Input-only
The value of the column.

RetVal

Boolean
The Boolean flag indicating the data link status.

 

   Comments?