[]
Specifies the previous non-empty column in the row.
int PreviousNonEmptyColumnInRow(int row, int column)
Function PreviousNonEmptyColumnInRow(row As Integer, column As Integer) As Integer
Type | Description |
---|---|
int |
Specifies the previous non-empty column in the row.
int PreviousNonEmptyColumnInRow(int row, int column, ExcludeContents excludeContents)
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 |