PublishObject.AutoRepublish 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.
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