Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SheetView Constructor / SheetView Constructor(Worksheet)


In This Topic
    SheetView Constructor(Worksheet)
    In This Topic
    Instantiate a SheetView instance with a Worksheet. Internal use only.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As Worksheet _
    )
    'Usage
     
    
    Dim worksheet As Worksheet
     
    Dim instance As New SheetView(worksheet)
    public SheetView( 
       Worksheet worksheet
    )

    Parameters

    worksheet
    See Also