2.2.6.17.63 GridControl::IsInGrid
Contents
Description
Returns whether the given row/column index is valid in grid control.
Syntax
bool IsInGrid( int nRow, int nCol )
Parameters
- nRow
- [input] 0-offset row index
- nCol
- [input] 0-offset column index
Return
false if row/column index is invalid, otherwise true
Examples
See examples of InsertRow
Remark
See Also
Header to Included
GridControl.h