GridControl::DeleteRow

 

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

GridControl::DeleteCol
GridControl::InsertRow

Header to Included

GridControl.h