C++
AcString getToolTip( int nRow, int nCol ) const;
Description
Gets the tooltip string for cell, row, or column.
To specify cell pass a valid row and column indices; to specify row pass a valid row index and pass -1 as column index; to specify column pass a valid column index and pass -1 as row index.
Returns the tool tip string for cell, row, or column.
Parameters
Parameters | Description |
---|---|
nRow | Input row index. This can be -1. |
nCol | Input column index. This can be -1. |