[]
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 |
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 |