[]
Determines whether a row had data in any of the cells in that row.
bool IsRowUsed(int row)
Function IsRowUsed(row As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | row | Row index |
Type | Description |
---|---|
bool | true if the row has data; otherwise, false |