Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / FormulaTextBox Class / SpellCheck Property


In This Topic
    SpellCheck Property (FormulaTextBox)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property SpellCheck As SpellCheck
    'Usage
     
    Dim instance As FormulaTextBox
    Dim value As SpellCheck
     
    value = instance.SpellCheck
    public SpellCheck SpellCheck {get;}
    See Also