Share

AcDbTable::isLinked

C++

bool isLinked(
    int nRow, 
    int nCol
) const;

Description

Checks if a cell is linked to a data source.

Returns true if the cell is linked and false if not

Parameters

Parameters Description
nRow Input row index. It should be more than or equal to 0 and less than the number of rows.
nCol Input column index. It should be more than or equal to 0 and less than the number of columns.

Links

AcDbTable

Was this information helpful?