C++
AcCellRange getDataLinkRange( int nRow, int nCol ) const;
Description
This function returns the data link range if the specified cell is part of a linked range. Returns invalid range if the specified cell is not part of a linked range. The specified cell can be any cell in a linked range.
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 |