WorkbookProperties.ShowObjects Property

Show Objects.Represents the attribte in schema: showObjects

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "showObjects")> _
Public Property ShowObjects As EnumValue(Of ObjectDisplayValues)
    Get
    Set
'Usage
Dim instance As WorkbookProperties
Dim value As EnumValue(Of ObjectDisplayValues)

value = instance.ShowObjects

instance.ShowObjects = value
[SchemaAttrAttribute(, "showObjects")]
public EnumValue<ObjectDisplayValues> ShowObjects { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<ObjectDisplayValues>
Returns EnumValue<T>.

See Also

Reference

WorkbookProperties Class

WorkbookProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace