[]
Gets the index of the next row that contains a style setting in the model.
int NextNonEmptyRow(int row, bool foreColor)
Function NextNonEmptyRow(row As Integer, foreColor As Boolean) As Integer
Type | Name | Description |
---|---|---|
int | row | Row index to start searching after (-1 to start at row 0) |
bool | foreColor | if set to |
Type | Description |
---|---|
int | Row index of next non-empty row |
Gets the index of the next row that contains a style setting for the specified column in the model.
int NextNonEmptyRow(int row, int column, bool foreColor)
Function NextNonEmptyRow(row As Integer, column As Integer, foreColor As Boolean) As Integer
Type | Name | Description |
---|---|---|
int | row | Row index to start searching after (-1 to start at row 0) |
int | column | The column index. |
bool | foreColor | if set to |
Type | Description |
---|---|
int | Row index of next non-empty row |