Spread Windows Forms 12.0 Product Documentation
SwitchReferenceType(CellRelation) Method


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > RangeReference Structure > SwitchReferenceType Method : SwitchReferenceType(CellRelation) Method
The new reference type.
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)
public void SwitchReferenceType( 
   CellRelation newReferenceType
)

Parameters

newReferenceType
The new reference type.
See Also

Reference

RangeReference Structure
RangeReference Members
Overload List