ShowDataAsValues enumeration
Office 2013 and later
Show Data As
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| 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". |
Show: