_Application.DisplayExcel4Menus 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 displays version 4.0 menu bars.
public:
property bool DisplayExcel4Menus { bool get(); void set(bool value); };
public bool DisplayExcel4Menus { get; set; }
Public Property DisplayExcel4Menus As Boolean