_Application.EnableLivePreview Property

Definition

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.

Applies to