WebSourceValues Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Web Source Type
public enum WebSourceValuespublic readonly struct WebSourceValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.WebSourceValues>type WebSourceValues = type WebSourceValues = struct
    interface IEnumValue
    interface IEnumValueFactory<WebSourceValues>Public Enum WebSourceValuesPublic Structure WebSourceValues
Implements IEnumValue, IEnumValueFactory(Of WebSourceValues), IEquatable(Of 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 |