Overload | Description |
---|---|
SheetView Constructor() | Creates a sheet (SheetView object). |
SheetView Constructor(NamedStyleCollection) | Creates a sheet (SheetView object) with the specified style collection. |
Overload | Description |
---|---|
SheetView Constructor() | Creates a sheet (SheetView object). |
SheetView Constructor(NamedStyleCollection) | Creates a sheet (SheetView object) with the specified style collection. |
DimsvAsFarPoint.Web.Spread.SheetView sv=FpSpread1.ActiveSheetView sv.ActiveColumn=1 sv.ActiveRow=2 sv.Cells(sv.ActiveRow,sv.ActiveColumn).BackColor=Color.Yellow
FarPoint.Web.Spread.SheetViewsv=FpSpread1.ActiveSheetView; sv.ActiveColumn=1; sv.ActiveRow=2; sv.Cells[sv.ActiveRow,sv.ActiveColumn].BackColor=Color.Yellow;