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


In This Topic
    SpreadView Constructor(SheetView,Int32,Int32,Int32,Int32,WorksheetSubType)
    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, _
       ByVal paintingIncludedAreas As WorksheetSubType _
    )
    'Usage
     
    
    Dim sheetView As SheetView
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim paintingIncludedAreas As WorksheetSubType
     
    Dim instance As New SpreadView(sheetView, row, column, row2, column2, paintingIncludedAreas)

    Parameters

    sheetView
    row
    column
    row2
    column2
    paintingIncludedAreas
    See Also