_Application.DisplayDocumentActionTaskPane Property
Set to True to display the Document Actions task pane; set to False to hide the Document Actions task pane.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property DisplayDocumentActionTaskPane As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.DisplayDocumentActionTaskPane
instance.DisplayDocumentActionTaskPane = value
bool DisplayDocumentActionTaskPane { get; set; }
Property Value
Type: System.Boolean
Remarks
Setting this property to True will result in a run-time error if the active workbook is not a smart document.