WorkbookProperties.ShowObjects 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.
Mostrar objetos
Representa o seguinte atributo no esquema: showObjects
[DocumentFormat.OpenXml.SchemaAttr(0, "showObjects")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues> ShowObjects { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues> ShowObjects { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "showObjects")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues>? ShowObjects { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("showObjects")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues>? ShowObjects { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues>? ShowObjects { get; set; }
member this.ShowObjects : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "showObjects")>]
member this.ShowObjects : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("showObjects")>]
member this.ShowObjects : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.ObjectDisplayValues> with get, set
Public Property ShowObjects As EnumValue(Of ObjectDisplayValues)
Valor da propriedade
Retorna EnumValue<T>.
- Atributos