[]
Gets the top row of cells of the specified viewport row for the specified sheet.
public int GetViewportTopRow(int rowViewportIndex)
Public Function GetViewportTopRow(rowViewportIndex As Integer) As Integer
Type | Name | Description |
---|---|---|
int | rowViewportIndex | Index of the viewport row |
Type | Description |
---|---|
int |
Gets the top row of cells 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 out of range; must be between 0 and the total number of sheets |