ContainsMixedReference Method
Gets a value indicating whether the expression contains both of relative reference and absolute reference.
public bool ContainsMixedReference()
'Declaration
Public Function ContainsMixedReference() As Boolean
'Usage
Dim instance As Expression
Dim value As Boolean
value = instance.ContainsMixedReference()
Return Value
true
if the expression contains both of relative reference and absolute reference; otherwise, false
.