Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellReference Structure / SwitchReferenceType Method / SwitchReferenceType(CellRelation) Method
The new reference type.


In This Topic
    SwitchReferenceType(CellRelation) Method
    In This Topic
    Switch the reference type of this CellReference to the specified.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SwitchReferenceType( _
       ByVal newReferenceType As CellRelation _
    ) 
    'Usage
     
    
    Dim instance As CellReference
    Dim newReferenceType As CellRelation
     
    instance.SwitchReferenceType(newReferenceType)
    public void SwitchReferenceType( 
       CellRelation newReferenceType
    )

    Parameters

    newReferenceType
    The new reference type.
    See Also