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

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.CurrencyCellType ctest = new FarPoint.Win.Spread.CellType.CurrencyCellType();
ctest.SetCalculatorText("Accept", "Cancel");
fpSpread1.Sheets[0].Cells[0, 0].CellType = ctest;
Dim ctest As New FarPoint.Win.Spread.CellType.CurrencyCellType
ctest.SetCalculatorText("Accept", "Cancel")
fpSpread1.Sheets(0).Cells(0, 0).CellType = ctest
参照

CurrencyCellType クラス
CurrencyCellType メンバ

 

 


© MESCIUS inc. All rights reserved.