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


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

    Return Value

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