C++
bool isMergeAllEnabled( int nRow, int nCol ) const;
Description
Determines whether the merge-all flag is enabled in a row or column
Returns true if the flag is enabled; false if not.
Parameters
Parameters | Description |
---|---|
nRow | Input row index. Pass the value -1 if you are only concerned with the column. |
col | Input row index. Pass the value -1 if you are only concerned with the row. |