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

入力値が有効でない場合に表示するメッセージ。
表示するメッセージを指定して、新しいパーセント データ型セルを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal errorMessage As String _
)
public PercentCellType( 
   string errorMessage
)

パラメータ

errorMessage
入力値が有効でない場合に表示するメッセージ。
この例では、PercentCellTypeクラスのインスタンスを作成します。
FarPoint.Web.Spread.PercentCellType p = new FarPoint.Web.Spread.PercentCellType("Check Your Formatting!!");
FpSpread1.ActiveSheetView.Cells[0, 0].CellType = p;
Dim p As New FarPoint.Web.Spread.PercentCellType("Check Your Formatting!!")
FpSpread1.ActiveSheetView.Cells(0, 0).CellType = p
参照

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

 

 


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