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