Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ViewportInfo Class / ViewportInfo Constructor / ViewportInfo Constructor(Worksheet,Int32,Int32)
The sheet.
The row viewport count.
The column viewport count.


In This Topic
    ViewportInfo Constructor(Worksheet,Int32,Int32)
    In This Topic
    Initializes a new instance of the ViewportInfo class.
    Syntax
    '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.
    See Also