_Worksheet.TransitionExpEval Property
True if Microsoft Excel uses Lotus 1-2-3 expression evaluation rules for the worksheet. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property TransitionExpEval As Boolean
Get
Set
'Usage
Dim instance As _Worksheet
Dim value As Boolean
value = instance.TransitionExpEval
instance.TransitionExpEval = value
bool TransitionExpEval { get; set; }
Property Value
Type: System.Boolean