_Application.DisplayPasteOptions Property
True if the Paste Options button can be displayed.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property DisplayPasteOptions As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.DisplayPasteOptions
instance.DisplayPasteOptions = value
bool DisplayPasteOptions { get; set; }
Property Value
Type: System.Boolean
Remarks
This is a Microsoft Office-wide setting. This setting affects all other Microsoft Office applications. Setting the DisplayPasteOptions property to True turns off the Auto Fill Options button in Microsoft Excel. The Auto Fill Options button is only in Excel, but the Paste Options button is in all the other Microsoft Office applications.