PublishObject.AutoRepublish
PublishObject.AutoRepublish
PublishObject.AutoRepublish
Property
Definition
Wenn eine Arbeitsmappe gespeichert wird, wird Microsoft Excel ermittelt, ob für ein Element der PublishObjects Auflistung die AutoRepublish -Eigenschaft auf True festgelegt wurde, und gegebenenfalls Fortschrittsinformationen es. 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. Der Standardwert lautet False. 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