[]
Checks whether rows can be removed.
bool CanRemoveRows(int row, int rowCount)
Function CanRemoveRows(row As Integer, rowCount As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | Row index |
int | rowCount | Row count |
Type | Description |
---|---|
bool | True if rows can be removed |