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


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

    Return Value

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