[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SpreadView.GetRowViewportCount

GetRowViewportCount Method

GetRowViewportCount()

Gets the number of viewport rows in the active sheet.

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

GetRowViewportCount(int)

Gets the number of viewport rows in 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
Exceptions
Type Condition
ArgumentOutOfRangeException

Specified sheet index is not valid; must be between 0 and total number of sheets.