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


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