WorkbookConnection.RefreshWithRefreshAll 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定在执行“全部刷新”时是否应刷新连接。 C#) 中的布尔 (布尔值。 读/写。
public:
property bool RefreshWithRefreshAll { bool get(); void set(bool value); };
public bool RefreshWithRefreshAll { get; set; }
Public Property RefreshWithRefreshAll As Boolean