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


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)
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

SpreadView Class
SpreadView Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.