[]
Specifies the previous non-empty row.
int PreviousNonEmptyRow(int row)
Function PreviousNonEmptyRow(row As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | row | The row. |
| Type | Description |
|---|---|
| int | The index of the previous non-empty row. |
Specifies the previous non-empty row.
int PreviousNonEmptyRow(int row, ExcludeContents excludeContents)
Function PreviousNonEmptyRow(row As Integer, excludeContents As ExcludeContents) As Integer
| Type | Name | Description |
|---|---|---|
| int | row | The row. |
| ExcludeContents | excludeContents | The contents to exclude. |
| Type | Description |
|---|---|
| int | The previous nonempty row. |