GetCheckStatus Method
GetCheckStatus(int)
Gets the check status of the row.
Declaration
bool GetCheckStatus(int row)
Function GetCheckStatus(row As Integer) As Boolean
Parameters
Type |
Name |
Description |
int |
row |
The index of the row.
|
Returns
Type |
Description |
bool |
Whether the specified row is checked.
|