Click or drag to resize

FeatureType Enumeration

Defines the FeatureType enumeration.

Namespace: DocumentFormat.OpenXml.Office2016.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum FeatureType
Members
Member nameValueDescription
DataValidation0 dataValidation.

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

Hyperlink1 hyperlink.

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

RowColVisualOps2 rowColVisualOps.

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

FreezePanes3 freezePanes.

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

Sparklines4 sparklines.

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

HideUnhideSheet5 hideUnhideSheet.

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

ShowGridlinesHeadings6 showGridlinesHeadings.

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

Comment7 comment.

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

Outlines8 outlines.

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

DrawingElement9 drawingElement.

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

AutoFilter10 autoFilter.

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

PivotTable11 pivotTable.

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

Future12 future.

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

See Also