Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference Structure / ToAbsolute Method / ToAbsolute() Method


In This Topic
    ToAbsolute() Method
    In This Topic
    Removes relate reference flag(s) to get the absolute reference.
    Syntax
    'Declaration
     
    
    Public Overloads Function ToAbsolute() As RangeReference
    'Usage
     
    
    Dim instance As RangeReference
    Dim value As RangeReference
     
    value = instance.ToAbsolute()
    public RangeReference ToAbsolute()

    Return Value

    A RangeReference. value represents the absolute reference of this reference.
    See Also