MESCIUS SPREAD for Windows Forms 15.0J
SetCalculatorText メソッド (NumberCellType)
使用例 

OKボタンのテキスト
キャンセルボタンのテキスト
ポップアップ計算機のテキストを設定します。
構文
'宣言
 
Public Sub SetCalculatorText( _
   ByVal okText As String, _
   ByVal cancelText As String _
) 
public void SetCalculatorText( 
   string okText,
   string cancelText
)

パラメータ

okText
OKボタンのテキスト
cancelText
キャンセルボタンのテキスト
使用例
次のサンプルコードは、ボタンのテキストを設定します。
FarPoint.Win.Spread.CellType.NumberCellType ctest = new FarPoint.Win.Spread.CellType.NumberCellType();
ctest.SetCalculatorText("Accept", "Cancel");
fpSpread1.Sheets[0].Cells[0, 0].CellType = ctest;
Dim ctest As New FarPoint.Win.Spread.CellType.NumberCellType
ctest.SetCalculatorText("Accept", "Cancel")
FpSpread1.Sheets(0).Cells(0, 0).CellType = ctest
参照

NumberCellType クラス
NumberCellType メンバ

 

 


© MESCIUS inc. All rights reserved.