_Worksheet.TransitionFormEntry Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Excel uses Lotus 1-2-3 formula entry rules for the worksheet. Read/write Boolean.
public:
property bool TransitionFormEntry { bool get(); void set(bool value); };
public bool TransitionFormEntry { get; set; }
Public Property TransitionFormEntry As Boolean