[]
Gets the index of the active viewport row.
public int GetActiveRowViewportIndex()
Public Function GetActiveRowViewportIndex() As Integer
Type | Description |
---|---|
int | The index of the active viewport column |
Gets the index of the active viewport row for the specified sheet.
public int GetActiveRowViewportIndex(int sheetIndex)
Public Function GetActiveRowViewportIndex(sheetIndex As Integer) As Integer
Type | Name | Description |
---|---|---|
int | sheetIndex | Sheet index |
Type | Description |
---|---|
int | The index of the active viewport column for the specified sheet. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | Specified sheet index is not valid; must be between 0 and total number of sheets. |