[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.GetActiveRowViewportIndex

GetActiveRowViewportIndex Method

GetActiveRowViewportIndex()

Gets the index of the active viewport row for the active sheet.

Declaration
public int GetActiveRowViewportIndex()
Public Function GetActiveRowViewportIndex() As Integer
Returns
Type Description
int

GetActiveRowViewportIndex(int)

Gets the index of the active viewport row for the specified sheet.

Declaration
public int GetActiveRowViewportIndex(int sheetIndex)
Public Function GetActiveRowViewportIndex(sheetIndex As Integer) As Integer
Parameters
Type Name Description
int sheetIndex

Sheet index

Returns
Type Description
int
Exceptions
Type Condition
ArgumentOutOfRangeException

Specified sheet index is out of range; must be between 0 and the total number of sheets