WebSourceValues Enum

Definition

Web Source Type

C#
public enum WebSourceValues
C#
public readonly struct WebSourceValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues>
Inheritance
WebSourceValues
Inheritance
WebSourceValues

Fields

Name Value Description
Sheet 0

All Sheet Content.

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

PrintArea 1

Print Area.

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

AutoFilter 2

AutoFilter.

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

Range 3

Range.

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

Chart 4

Chart.

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

PivotTable 5

PivotTable.

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

Query 6

QueryTable.

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

Label 7

Label.

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

AutoFilter

AutoFilter.

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

Chart

Chart.

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

Equality(WebSourceValues, WebSourceValues)
Equals(Object)
Equals(WebSourceValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<WebSourceValues>.Create(String)
Inequality(WebSourceValues, WebSourceValues)
Label

Label.

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

PivotTable

PivotTable.

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

PrintArea

Print Area.

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

Query

QueryTable.

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

Range

Range.

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

Sheet

All Sheet Content.

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

ToString()
WebSourceValues(String)

Creates a new WebSourceValues enum instance

Applies to

Product Versions
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1