_Application.DisplayDocumentActionTaskPane 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.
Set to True to display the Document Actions task pane; set to False to hide the Document Actions task pane.
public:
property bool DisplayDocumentActionTaskPane { bool get(); void set(bool value); };
public bool DisplayDocumentActionTaskPane { get; set; }
Public Property DisplayDocumentActionTaskPane As Boolean
Property Value
Remarks
Setting this property to True will result in a run-time error if the active workbook is not a smart document.