NextNonEmptyRow Method
NextNonEmptyRow(int)
Returns the index of the next row that has data.
Declaration
int NextNonEmptyRow(int row)
Function NextNonEmptyRow(row As Integer) As Integer
Parameters
Type |
Name |
Description |
int |
row |
Index of the row at which to start looking
|
Returns