[]
Returns the index of the next row that has data.
int NextNonEmptyRow(int row, ExcludeContents excludeContents)
Function NextNonEmptyRow(row As Integer, excludeContents As ExcludeContents) As Integer
Type | Name | Description |
---|---|---|
int | row | Index of the row at which to start looking |
ExcludeContents | excludeContents |
Type | Description |
---|---|
int | Tthe index of the next row that has data. |