C++
bool canInsert( int nIndex, bool bRow ) const;
Description
This function checks if new rows or columns can be inserted at the specified index.
Returns true if the row or column can be inserted, false if not.
Parameters
| Parameters | Description |
|---|---|
| nIndex | Input index to check if new row or column can be inserted |
| bRow | Input true to check insertion of row and false to check insertion of column |