SetCheckStatus Method
SetCheckStatus(int, bool)
Sets the check status of the row.
Declaration
void SetCheckStatus(int row, bool checkStatus)
Sub SetCheckStatus(row As Integer, checkStatus As Boolean)
Parameters
Type |
Name |
Description |
int |
row |
The index of the row.
|
bool |
checkStatus |
The check status of the row.
|