Spread WinForms 15
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 external variable prefer correct expression automatically.
Syntax
'Declaration
 
Protected Overridable Function IsAutoCorrectPreferred() As Boolean
 
'Usage
 
Dim instance As ExternalVariable
Dim value As Boolean
 
value = instance.IsAutoCorrectPreferred()

Return Value

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