[]
Gets the index of the top row of the specified viewport row.
public int GetViewportTopRow(int rowViewportIndex)
Public Function GetViewportTopRow(rowViewportIndex As Integer) As Integer
Type | Name | Description |
---|---|---|
int | rowViewportIndex | Viewport row index |
Type | Description |
---|---|
int |
Gets the index of the top row of the specified viewport row for the specified sheet.
public int GetViewportTopRow(int sheetIndex, int rowViewportIndex)
Public Function GetViewportTopRow(sheetIndex As Integer, rowViewportIndex As Integer) As Integer
Type | Description |
---|---|
int |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified sheet index is not valid; must be between zero and the number of sheets. |