ObjectDisplayValues Enumeration

Object Display Types

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

Syntax

'Declaration
Public Enumeration ObjectDisplayValues
'Usage
Dim instance As ObjectDisplayValues
public enum ObjectDisplayValues

Members

Member name Description
All All. When the item is serialized out as xml, its value is "all".
Placeholders Show Placeholders. When the item is serialized out as xml, its value is "placeholders".
None None. When the item is serialized out as xml, its value is "none".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace