PowerTools SPREAD for ASP.NET 8.0J
SheetView コンストラクタ()

シート(SheetViewオブジェクト)を作成します。
構文
'Declaration
 
Public Function New()
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 クラス
SheetView メンバ
オーバーロード一覧

 

 


© 2003-2015, GrapeCity inc. All rights reserved.