Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / CurrencyCellType Class / SetCalculatorText Method
Text for the OK button
Text for the Cancel button


In This Topic
    SetCalculatorText Method (CurrencyCellType)
    In This Topic
    Sets the text for the pop-up calculator.
    Syntax
    'Declaration
     
    
    Public Sub SetCalculatorText( _
       ByVal okText As String, _
       ByVal cancelText As String _
    ) 
    'Usage
     
    
    Dim instance As CurrencyCellType
    Dim okText As String
    Dim cancelText As String
     
    instance.SetCalculatorText(okText, cancelText)
    public void SetCalculatorText( 
       string okText,
       string cancelText
    )

    Parameters

    okText
    Text for the OK button
    cancelText
    Text for the Cancel button
    See Also