Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExpressionView Class / PreferEvaluatedReference Property


In This Topic
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

Property Value

true if the evaluated range reference will be kept as it is; otherwise, false.
Remarks
Default behavior is to assign corresponding primitive value.
See Also