[]
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 |
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 | Description |
---|---|
int |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified sheet index is out of range; must be between 0 and the total number of sheets |