Spread Windows Forms 11.0 Product Documentation
SpreadView Constructor(FpSpread)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class > SpreadView Constructor : SpreadView Constructor(FpSpread)
FpSpread component that owns the view
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
Example
FarPoint.Win.Spread.SpreadView sv = new FarPoint.Win.Spread.SpreadView(fpSpread1);
sv = fpSpread1.GetRootWorkbook();
sv.AddViewport(0, 1);
Dim sv As New FarPoint.Win.Spread.SpreadView(FpSpread1)
sv = FpSpread1.GetRootWorkbook()
sv.AddViewport(0, 1)
See Also

Reference

SpreadView Class
SpreadView Members
Overload List