PreferEvaluatedReference Property
In This Topic
Gets or sets a value indicating whether the evaluated range reference will be kept as it is.
Syntax
'Declaration
Public Property PreferEvaluatedReference As Boolean
'Usage
Dim instance As ExpressionView
Dim value As Boolean
instance.PreferEvaluatedReference = value
value = instance.PreferEvaluatedReference
public bool PreferEvaluatedReference {get; set;}
Property Value
true
if the evaluated range reference will be kept as it is; otherwise,
false
.
See Also