MESCIUS SPREAD for ASP.NET 10.0J
PercentCellType コンストラクタ()

新しいパーセント データ型セルを作成します。
構文
'Declaration
 
Public Function New()
public PercentCellType()
この例では、PercentCellTypeクラスのインスタンスを作成します。
FarPoint.Web.Spread.PercentCellType p = new FarPoint.Web.Spread.PercentCellType();
FpSpread1.ActiveSheetView.Cells[0, 0].CellType = p;
Dim p As New FarPoint.Web.Spread.PercentCellType
FpSpread1.ActiveSheetView.Cells(0, 0).CellType = p
参照

PercentCellType クラス
PercentCellType メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.