[]
Gets the row after the last row of the specified viewport for the active sheet.
public int GetViewportBottomRow(int rowViewportIndex)
Public Function GetViewportBottomRow(rowViewportIndex As Integer) As Integer
Type | Name | Description |
---|---|---|
int | rowViewportIndex | Viewport row index |
Type | Description |
---|---|
int | The row after the last row of the specified viewport. |
Gets the row after the last row of the specified viewport for the specified sheet.
public int GetViewportBottomRow(int sheetIndex, int rowViewportIndex)
Public Function GetViewportBottomRow(sheetIndex As Integer, rowViewportIndex As Integer) As Integer
Type | Name | Description |
---|---|---|
int | sheetIndex | Index of sheet |
int | rowViewportIndex | Index of viewport row |
Type | Description |
---|---|
int | The row after the last row of the specified viewport. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified sheet index is out of range; must be between 0 and the total number of sheets |