[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.GetRowViewportCount

GetRowViewportCount Method

GetRowViewportCount()

Gets the number of viewport rows.

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

The number of viewport row.

GetRowViewportCount(int)

Gets the number of viewport rows for the specified sheet.

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

Sheet index

Returns
Type Description
int

The number of viewport row.

Exceptions
Type Condition
ArgumentOutOfRangeException

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