[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.RangeReference.SwitchReferenceType

SwitchReferenceType Method

SwitchReferenceType()

Switch the reference type of this CellReference.

Declaration
public CellRelation SwitchReferenceType()
Public Function SwitchReferenceType() As CellRelation
Returns
Type Description
CellRelation

The new reference type.

SwitchReferenceType(CellRelation)

Switch the reference type of this CellReference to the specified.

Declaration
public void SwitchReferenceType(CellRelation newReferenceType)
Public Sub SwitchReferenceType(newReferenceType As CellRelation)
Parameters
Type Name Description
CellRelation newReferenceType

The new reference type.