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


In This Topic
    IsAbsoluteReferencePreferred Method (ExternalVariable)
    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 ExternalVariable
    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