FeatureType 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.
Defines the FeatureType enumeration.
public enum FeatureType
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)]
public enum FeatureType
public readonly struct FeatureType : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Excel.FeatureType>, IEquatable<DocumentFormat.OpenXml.Office2016.Excel.FeatureType>
type FeatureType =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2016)>]
type FeatureType =
type FeatureType = struct
interface IEnumValue
interface IEnumValueFactory<FeatureType>
Public Enum FeatureType
Public Structure FeatureType
Implements IEnumValue, IEnumValueFactory(Of FeatureType), IEquatable(Of FeatureType)
- Inheritance
-
FeatureType
- Inheritance
-
FeatureType
- Attributes
Fields
Name | Value | Description |
---|---|---|
DataValidation | 0 | dataValidation. When the item is serialized out as xml, its value is "dataValidation". |
Hyperlink | 1 | hyperlink. When the item is serialized out as xml, its value is "hyperlink". |
RowColVisualOps | 2 | rowColVisualOps. When the item is serialized out as xml, its value is "rowColVisualOps". |
FreezePanes | 3 | freezePanes. When the item is serialized out as xml, its value is "freezePanes". |
Sparklines | 4 | sparklines. When the item is serialized out as xml, its value is "sparklines". |
HideUnhideSheet | 5 | hideUnhideSheet. When the item is serialized out as xml, its value is "hideUnhideSheet". |
ShowGridlinesHeadings | 6 | showGridlinesHeadings. When the item is serialized out as xml, its value is "showGridlinesHeadings". |
Comment | 7 | comment. When the item is serialized out as xml, its value is "comment". |
Outlines | 8 | outlines. When the item is serialized out as xml, its value is "outlines". |
DrawingElement | 9 | drawingElement. When the item is serialized out as xml, its value is "drawingElement". |
AutoFilter | 10 | autoFilter. When the item is serialized out as xml, its value is "autoFilter". |
PivotTable | 11 | pivotTable. When the item is serialized out as xml, its value is "pivotTable". |
Future | 12 | future. When the item is serialized out as xml, its value is "future". |
AutoFilter | autoFilter. When the item is serialized out as xml, its value is "autoFilter". |
|
Comment | comment. When the item is serialized out as xml, its value is "comment". |
|
DataValidation | dataValidation. When the item is serialized out as xml, its value is "dataValidation". |
|
DrawingElement | drawingElement. When the item is serialized out as xml, its value is "drawingElement". |
|
Equality(FeatureType, FeatureType) | ||
Equals(FeatureType) | ||
Equals(Object) | ||
FeatureType(String) | Creates a new FeatureType enum instance |
|
FreezePanes | freezePanes. When the item is serialized out as xml, its value is "freezePanes". |
|
Future | future. When the item is serialized out as xml, its value is "future". |
|
GetHashCode() | ||
HideUnhideSheet | hideUnhideSheet. When the item is serialized out as xml, its value is "hideUnhideSheet". |
|
Hyperlink | hyperlink. When the item is serialized out as xml, its value is "hyperlink". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<FeatureType>.Create(String) | ||
Inequality(FeatureType, FeatureType) | ||
Outlines | outlines. When the item is serialized out as xml, its value is "outlines". |
|
PivotTable | pivotTable. When the item is serialized out as xml, its value is "pivotTable". |
|
RowColVisualOps | rowColVisualOps. When the item is serialized out as xml, its value is "rowColVisualOps". |
|
ShowGridlinesHeadings | showGridlinesHeadings. When the item is serialized out as xml, its value is "showGridlinesHeadings". |
|
Sparklines | sparklines. When the item is serialized out as xml, its value is "sparklines". |
|
ToString() |