PowerTools SPREAD for Windows Forms 8.0J
SetCalculatorText メソッド (PercentCellType)


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

パラメータ

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

PercentCellType クラス
PercentCellType メンバ

 

 


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