[]
Gets the previous nonempty row.
public int PreviousNonEmptyRow(int row, ExcludeContents excludeContents)
Public 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. |
Returns the previous non-empty row.
public int PreviousNonEmptyRow(int row)
Public Function PreviousNonEmptyRow(row As Integer) As Integer
Type | Name | Description |
---|---|---|
int | row | The row. |
Type | Description |
---|---|
int | The previous non-empty row. |