[]
Gets the row index of the last row that contains data or formatting on this sheet.
public int GetLastNonEmptyRow(NonEmptyItemFlag dataFlag)
Public Function GetLastNonEmptyRow(dataFlag As NonEmptyItemFlag) As Integer
| Type | Name | Description |
|---|---|---|
| NonEmptyItemFlag | dataFlag | Whether to look for data or formatting (NonEmptyItemFlag setting) |
| Type | Description |
|---|---|
| int | A index of the last row that contains data or formatting on this sheet. |