Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SpreadView Constructor / SpreadView Constructor(SheetView,Int32,Int32,Int32,Int32)


In This Topic
    SpreadView Constructor(SheetView,Int32,Int32,Int32,Int32)
    In This Topic
    Creates a new view for the spreadsheet display.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal sheetView As SheetView, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer _
    )
    'Usage
     
    
    Dim sheetView As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
     
    Dim instance As New SpreadView(sheetView, row, column, row2, column2)
    public SpreadView( 
       SheetView sheetView,
       int row,
       int column,
       int row2,
       int column2
    )

    Parameters

    sheetView
    row
    column
    row2
    column2
    See Also