_Application.DisplayPasteOptions 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 the Paste Options button can be displayed.
public:
property bool DisplayPasteOptions { bool get(); void set(bool value); };
public bool DisplayPasteOptions { get; set; }
Public Property DisplayPasteOptions As Boolean
Property Value
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.