[]
Gets the index of the next row that contains a style setting in the model.
public override int NextNonEmptyRow(int row)
Public Overrides Function NextNonEmptyRow(row As Integer) As Integer
Type | Name | Description |
---|---|---|
int | row | Row index to start searching after (-1 to start at row 0) |
Type | Description |
---|---|
int | Row index of next non-empty row |