Click or drag to resize

WebSourceValues Enumeration

Web Source Type

Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public enum WebSourceValues
Members
Member nameValueDescription
Sheet0 All Sheet Content.

When the item is serialized out as xml, its value is "sheet".

PrintArea1 Print Area.

When the item is serialized out as xml, its value is "printArea".

AutoFilter2 AutoFilter.

When the item is serialized out as xml, its value is "autoFilter".

Range3 Range.

When the item is serialized out as xml, its value is "range".

Chart4 Chart.

When the item is serialized out as xml, its value is "chart".

PivotTable5 PivotTable.

When the item is serialized out as xml, its value is "pivotTable".

Query6 QueryTable.

When the item is serialized out as xml, its value is "query".

Label7 Label.

When the item is serialized out as xml, its value is "label".

See Also