Spread for ASP.NET 11 Product Documentation
SheetView Constructor()
Example 


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > SheetView Constructor : SheetView Constructor()
Creates a sheet (SheetView object).
Syntax
'Declaration
 
Public Function New()
'Usage
 
Dim instance As New SheetView()
public SheetView()
Example
FarPoint.Web.Spread.SheetView sv = new FarPoint.Web.Spread.SheetView();
sv = FpSpread1.ActiveSheetView;
sv.BackColor = Color.Yellow;
Dim sv As New FarPoint.Web.Spread.SheetView
sv = FpSpread1.ActiveSheetView
sv.BackColor = Color.Yellow
See Also

Reference

SheetView Class
SheetView Members
Overload List