[]
Gets the index of the next column in a specified row in the model that contains style settings.
public override int NextNonEmptyColumnInRow(int row, int column)
Public Overrides Function NextNonEmptyColumnInRow(row As Integer, column As Integer) As Integer
Type | Name | Description |
---|---|---|
int | row | Index of row in the model to search |
int | column | Index of column in the model before the column to start searching (-1 to start at column 0) |
Type | Description |
---|---|
int |