Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / AutoComplete Property


In This Topic
    AutoComplete Property (FormulaTextBox)
    In This Topic
    Gets or sets whether to allow the automatic completion of text in the formula text box.
    Syntax
    'Declaration
     
    Public Property AutoComplete As Boolean
    'Usage
     
    Dim instance As FormulaTextBox
    Dim value As Boolean
     
    instance.AutoComplete = value
     
    value = instance.AutoComplete
    public bool AutoComplete {get; set;}

    Property Value

    Boolean: true to allow the automatic completion; false otherwise
    See Also