Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SpreadView Constructor / SpreadView Constructor(FpSpread)
FpSpread component that owns the view


In This Topic
    SpreadView Constructor(FpSpread)
    In This Topic
    Creates a new view for the spreadsheet display in the specified control.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal owner As FpSpread _
    )
    'Usage
     
    
    Dim owner As FpSpread
     
    Dim instance As New SpreadView(owner)
    public SpreadView( 
       FpSpread owner
    )

    Parameters

    owner
    FpSpread component that owns the view
    See Also