_Application.EnableLivePreview 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.
Sets or returns a Boolean that represents whether to show or hide gallery previews that appear when using galleries that support previewing. Setting this property to True shows a preview of your workbook before applying the command. Read/write.
public:
property bool EnableLivePreview { bool get(); void set(bool value); };
public bool EnableLivePreview { get; set; }
Public Property EnableLivePreview As Boolean
Property Value
Boolean
Remarks
This property corresponds to the Enable Live Preview check box in the Excel Options dialog box.