WebSourceValues Enumeration
Web Source Type
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration WebSourceValues
'Usage
Dim instance As WebSourceValues
public enum WebSourceValues
Members
Member name | Description | |
---|---|---|
Sheet | All Sheet Content. When the item is serialized out as xml, its value is "sheet". | |
PrintArea | Print Area. When the item is serialized out as xml, its value is "printArea". | |
AutoFilter | AutoFilter. When the item is serialized out as xml, its value is "autoFilter". | |
Range | Range. When the item is serialized out as xml, its value is "range". | |
Chart | Chart. When the item is serialized out as xml, its value is "chart". | |
PivotTable | PivotTable. When the item is serialized out as xml, its value is "pivotTable". | |
Query | QueryTable. When the item is serialized out as xml, its value is "query". | |
Label | Label. When the item is serialized out as xml, its value is "label". |