Initializes a new instance of the
ViewportInfo class.
Syntax
'Declaration
Public Function New( _
ByVal As Worksheet, _
ByVal 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 ,
System.int ,
System.int columnViewportCount
)
Parameters
- sheet
- The sheet.
- rowViewportCount
- The row viewport count.
- columnViewportCount
- The column viewport count.
See Also