PublishObject.AutoRepublish Property

Definition

When a workbook is saved, Microsoft Excel determines if any item in the PublishObjects collection has the AutoRepublish property set to True and, if so, republishes it. The default value is False.

public:
 property bool AutoRepublish { bool get(); void set(bool value); };
public bool AutoRepublish { get; set; }
Public Property AutoRepublish As Boolean

Property Value

Applies to