_Worksheet.TransitionFormEntry Property
True if Microsoft Excel uses Lotus 1-2-3 formula entry 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 TransitionFormEntry As Boolean
Get
Set
'Usage
Dim instance As _Worksheet
Dim value As Boolean
value = instance.TransitionFormEntry
instance.TransitionFormEntry = value
bool TransitionFormEntry { get; set; }
Property Value
Type: System.Boolean