2.2.6.17.8 GridControl::DeleteRow
Contents
Description
Removes one non-fixed row.
Syntax
bool DeleteRow( int nRow = -1 )
Parameters
- nRow
- [input] 0-offset row index. If nRow = -1, it will remove the selected row
Return
false if nRow is invalid, otherwise true
Examples
See examples of InsertRow
Remark
See Also
Header to Included
GridControl.h