'Declaration Public Function New()
'Usage Dim instance As New SheetView()
public SheetView()
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
SheetView Class SheetView Members Overload List