[]
Gets the previous non-empty column in the row.
public int PreviousNonEmptyColumnInRow(int row, int column)
Public Function PreviousNonEmptyColumnInRow(row As Integer, column As Integer) As Integer
Type | Description |
---|---|
int |
Gets the previous non-empty column in the row.
public int PreviousNonEmptyColumnInRow(int row, int column, ExcludeContents excludeContents)
Public Function PreviousNonEmptyColumnInRow(row As Integer, column As Integer, excludeContents As ExcludeContents) As Integer
Type | Name | Description |
---|---|---|
int | row | The row. |
int | column | The column. |
ExcludeContents | excludeContents | The contents to exclude. |
Type | Description |
---|---|
int |