GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / RangeReference 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 RangeReference
Dim newReferenceType As CellRelation
 
instance.SwitchReferenceType(newReferenceType)

Parameters

newReferenceType
The new reference type.
See Also