[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.GetViewportTopRow

GetViewportTopRow Method

GetViewportTopRow(int)

Gets the top row of cells of the specified viewport row for the specified sheet.

Declaration
public int GetViewportTopRow(int rowViewportIndex)
Public Function GetViewportTopRow(rowViewportIndex As Integer) As Integer
Parameters
Type Name Description
int rowViewportIndex

Index of the viewport row

Returns
Type Description
int

GetViewportTopRow(int, int)

Gets the top row of cells of the specified viewport row for the specified sheet.

Declaration
public int GetViewportTopRow(int sheetIndex, int rowViewportIndex)
Public Function GetViewportTopRow(sheetIndex As Integer, rowViewportIndex As Integer) As Integer
Parameters
Type Name Description
int sheetIndex

Sheet index

int rowViewportIndex

Viewport row 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