Spread WPF 18
GrapeCity.CalcEngine Namespace / CellReference Structure / SwitchReferenceType Method / SwitchReferenceType() Method


In This Topic
    SwitchReferenceType() Method
    In This Topic
    Switch the reference type of this CellReference.
    Syntax
    'Declaration
     
    Public Overloads Function SwitchReferenceType() As CellRelation
    'Usage
     
    Dim instance As CellReference
    Dim value As CellRelation
     
    value = instance.SwitchReferenceType()
    public CellRelation SwitchReferenceType()

    Return Value

    The new reference type.
    See Also