共用方式為


FeatureType Enum

Definition

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

FeatureType(String)

Creates a new FeatureType enum instance

AutoFilter 10

autoFilter.

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

AutoFilter

autoFilter.

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

Comment 7

comment.

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

Comment

comment.

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

DataValidation 0

dataValidation.

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

DataValidation

dataValidation.

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

DrawingElement 9

drawingElement.

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

DrawingElement

drawingElement.

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

Equals(Object)
Equals(FeatureType)
FreezePanes

freezePanes.

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

FreezePanes 3

freezePanes.

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

Future 12

future.

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

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".

HideUnhideSheet 5

hideUnhideSheet.

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

hyperlink.

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

1

hyperlink.

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

Equality(FeatureType, FeatureType)
Inequality(FeatureType, FeatureType)
Outlines 8

outlines.

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

Outlines

outlines.

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

PivotTable 11

pivotTable.

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

PivotTable

pivotTable.

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

RowColVisualOps 2

rowColVisualOps.

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

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".

ShowGridlinesHeadings 6

showGridlinesHeadings.

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

Sparklines 4

sparklines.

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

Sparklines

sparklines.

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

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<FeatureType>.Create(String)

Applies to