[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SpreadView.GetViewportBottomRow

GetViewportBottomRow Method

GetViewportBottomRow(int)

Gets the row after the last row of the specified viewport for the active sheet.

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

Viewport row index

Returns
Type Description
int

The row after the last row of the specified viewport.

GetViewportBottomRow(int, int)

Gets the row after the last row of the specified viewport for the specified sheet.

Declaration
public int GetViewportBottomRow(int sheetIndex, int rowViewportIndex)
Public Function GetViewportBottomRow(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

The row after the last row of the specified viewport.

Exceptions
Type Condition
ArgumentOutOfRangeException

Specified sheet index is not valid; must be between zero and the number of sheets.