GridView.UnSelectCells Method
Name | Parameters | Description |
---|---|---|
UnSelectCells(GridCell, GridCell) | start, end | Unselects the specified cells. |
UnSelectCells(Int32, GridColumn, Int32, GridColumn) | startRowHandle, startColumn, endRowHandle, endColumn | Unselects cells within the specified range. |