Spread Silverlight Documentation
ViewportInfo Constructor(Worksheet,Int32,Int32)


GrapeCity.Windows.SpreadSheet.Data Namespace > ViewportInfo Class > ViewportInfo Constructor : ViewportInfo Constructor(Worksheet,Int32,Int32)
The sheet.
The row viewport count.
The column viewport count.
Initializes a new instance of the ViewportInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheet As Worksheet, _
   ByVal rowViewportCount As System.Integer, _
   ByVal columnViewportCount As System.Integer _
)
'Usage
 
Dim sheet As Worksheet
Dim rowViewportCount As System.Integer
Dim columnViewportCount As System.Integer
 
Dim instance As New ViewportInfo(sheet, rowViewportCount, columnViewportCount)
public ViewportInfo( 
   Worksheet sheet,
   System.int rowViewportCount,
   System.int columnViewportCount
)

Parameters

sheet
The sheet.
rowViewportCount
The row viewport count.
columnViewportCount
The column viewport count.
See Also

Reference

ViewportInfo Class
ViewportInfo Members
Overload List