Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExternalVariable Class / IsAutoCorrectPreferred Method


In This Topic
    IsAutoCorrectPreferred Method (ExternalVariable)
    In This Topic
    Gets a boolean value indicating whether the define name prefer correct expression automatically.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsAutoCorrectPreferred() As Boolean
    'Usage
     
    
    Dim instance As ExternalVariable
    Dim value As Boolean
     
    value = instance.IsAutoCorrectPreferred()
    protected virtual bool IsAutoCorrectPreferred()

    Return Value

    true if all expression are corrected automatically; otherwise, false.
    See Also