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

新しい整数データ型セルを作成します。
構文
'Declaration
 
Public Function New()
public IntegerCellType()
この例では、整数型セルのインスタンスを作成します。
FarPoint.Web.Spread.IntegerCellType i = new FarPoint.Web.Spread.IntegerCellType();
i.MaximumValue = 50;
i.MinimumValue = 1;
i.ErrorMessage = "Value must be between 1 and 50";
FpSpread1.ActiveSheetView.Cells[0, 0].CellType = i;
Dim i As New FarPoint.Web.Spread.IntegerCellType
i.MaximumValue = 50
i.MinimumValue = 1
i.ErrorMessage = "Value must be between 1 and 50"
FpSpread1.ActiveSheetView.Cells(0, 0).CellType = i
参照

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

 

 


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