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

入力可能最小値
入力可能最大値
入力値が有効でない場合に表示するメッセージ。
指定した許容値の範囲と表示するメッセージを使用して、新しいパーセントデータ型セルを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal min As Double, _
   ByVal max As Double, _
   ByVal errorMessage As String _
)
public PercentCellType( 
   double min,
   double max,
   string errorMessage
)

パラメータ

min
入力可能最小値
max
入力可能最大値
errorMessage
入力値が有効でない場合に表示するメッセージ。
次のサンプルコードは、最小値と最大値が設定された新しいパーセント型セルを作成します。
FarPoint.Web.Spread.PercentCellType pct = new FarPoint.Web.Spread.PercentCellType(0,100,"Check Your Formatting!!");
FpSpread1.ActiveSheetView.Cells[0, 0].CellType = pct;
Dim pct As New FarPoint.Web.Spread.PercentCellType(-100,100,"Check Your Formatting!!")
FpSpread1.ActiveSheetView.Cells(0, 0).CellType = pct
参照

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

 

 


© MESCIUS inc. All rights reserved.