Spread Windows Forms 6.0 Product Documentation
GetRowViewportCount(Int32) Method
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class > GetRowViewportCount Method : GetRowViewportCount(Int32) Method


sheetIndex
Sheet index

Glossary Item Box

Gets the number of viewport rows in the specified sheet.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetRowViewportCount( _
   ByVal sheetIndex As Integer _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As SpreadView
Dim sheetIndex As Integer
Dim value As Integer
 
value = instance.GetRowViewportCount(sheetIndex)
C# 
public int GetRowViewportCount( 
   int sheetIndex
)

Parameters

sheetIndex
Sheet index

Return Value

Integer number of viewport rows

Exceptions

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

Remarks

The sheet index is zero-based, so the first sheet has an index of 0.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.