Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / Expression Class / ContainsMixedReference Method


In This Topic
ContainsMixedReference Method
In This Topic
Gets a value indicating whether the expression contains both of relative reference and absolute reference.
Syntax
'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.
See Also