TableValues 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.
Table Type
public enum TableValues
public readonly struct TableValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.TableValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.TableValues>
type TableValues =
type TableValues = struct
interface IEnumValue
interface IEnumValueFactory<TableValues>
Public Enum TableValues
Public Structure TableValues
Implements IEnumValue, IEnumValueFactory(Of TableValues), IEquatable(Of TableValues)
- Inheritance
-
TableValues
- Inheritance
-
TableValues
Fields
Name | Value | Description |
---|---|---|
Worksheet | 0 | Worksheet. When the item is serialized out as xml, its value is "worksheet". |
Xml | 1 | XML. When the item is serialized out as xml, its value is "xml". |
QueryTable | 2 | Query Table. When the item is serialized out as xml, its value is "queryTable". |
Equality(TableValues, TableValues) | ||
Equals(Object) | ||
Equals(TableValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<TableValues>.Create(String) | ||
Inequality(TableValues, TableValues) | ||
QueryTable | Query Table. When the item is serialized out as xml, its value is "queryTable". |
|
TableValues(String) | Creates a new TableValues enum instance |
|
ToString() | ||
Worksheet | Worksheet. When the item is serialized out as xml, its value is "worksheet". |
|
Xml | XML. When the item is serialized out as xml, its value is "xml". |