'Declaration Public Function New( _ ByVal sheet As Worksheet, _ ByVal rowViewportCount As Integer, _ ByVal columnViewportCount As Integer _ )
'Usage Dim sheet As Worksheet Dim rowViewportCount As Integer Dim columnViewportCount As Integer Dim instance As New ViewportInfo(sheet, rowViewportCount, columnViewportCount)
public ViewportInfo( Worksheet sheet, int rowViewportCount, int columnViewportCount )
Parameters
- sheet
- The sheet.
- rowViewportCount
- The row viewport count.
- columnViewportCount
- The column viewport count.