ShowDataAsValues Enumeration

Show Data As

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

Syntax

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

Members

Member name Description
Normal Normal Data Type. When the item is serialized out as xml, its value is "normal".
Difference Difference. When the item is serialized out as xml, its value is "difference".
Percent Percentage Of. When the item is serialized out as xml, its value is "percent".
PercentageDifference Percentage Difference. When the item is serialized out as xml, its value is "percentDiff".
RunTotal Running Total. When the item is serialized out as xml, its value is "runTotal".
PercentOfRaw Percentage of Row. When the item is serialized out as xml, its value is "percentOfRow".
PercentOfColumn Percent of Column. When the item is serialized out as xml, its value is "percentOfCol".
PercentOfTotal Percentage of Total. When the item is serialized out as xml, its value is "percentOfTotal".
Index Index. When the item is serialized out as xml, its value is "index".

See Also

Reference

DocumentFormat.OpenXml.Spreadsheet Namespace