Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellRangeDataSource Class / IsAbsoluteReferencePreferred Method


In This Topic
    IsAbsoluteReferencePreferred Method (CellRangeDataSource)
    In This Topic
    Gets a boolean value indicating whether the external variable prefers all absolute references.
    Syntax
    'Declaration
     
    
    Protected Overridable Function IsAbsoluteReferencePreferred() As Boolean
    'Usage
     
    
    Dim instance As CellRangeDataSource
    Dim value As Boolean
     
    value = instance.IsAbsoluteReferencePreferred()
    protected virtual bool IsAbsoluteReferencePreferred()

    Return Value

    true if all references are converted to absolute; otherwise, false.
    See Also