FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread.CellType 名前空間 > PercentCellType クラス : SetCalculatorText メソッド |
'宣言
Public Sub SetCalculatorText( _ ByVal okText As String, _ ByVal cancelText As String _ )
public void SetCalculatorText( string okText, string 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