WorkbookProperties.ShowObjects Property

Definition

Show Objects

Represents the following attribute in the schema: 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)

Property Value

Returns EnumValue<T>.

Attributes

Applies to