WorkbookProperties.AllowRefreshQuery Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Permitir consulta de atualização
Representa o seguinte atributo no esquema: allowRefreshQuery
[DocumentFormat.OpenXml.SchemaAttr(0, "allowRefreshQuery")]
public DocumentFormat.OpenXml.BooleanValue AllowRefreshQuery { get; set; }
public DocumentFormat.OpenXml.BooleanValue AllowRefreshQuery { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "allowRefreshQuery")]
public DocumentFormat.OpenXml.BooleanValue? AllowRefreshQuery { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("allowRefreshQuery")]
public DocumentFormat.OpenXml.BooleanValue? AllowRefreshQuery { get; set; }
public DocumentFormat.OpenXml.BooleanValue? AllowRefreshQuery { get; set; }
member this.AllowRefreshQuery : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "allowRefreshQuery")>]
member this.AllowRefreshQuery : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("allowRefreshQuery")>]
member this.AllowRefreshQuery : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property AllowRefreshQuery As BooleanValue
Valor da propriedade
Retorna BooleanValue.
- Atributos