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