[]
Switch the reference type of this CellReference.
public CellRelation SwitchReferenceType()
Public Function SwitchReferenceType() As CellRelation
Type | Description |
---|---|
CellRelation | The new reference type. |
Switch the reference type of this CellReference to the specified.
public void SwitchReferenceType(CellRelation newReferenceType)
Public Sub SwitchReferenceType(newReferenceType As CellRelation)
Type | Name | Description |
---|---|---|
CellRelation | newReferenceType | The new reference type. |