FeatureType 枚举

定义

定义 FeatureType 枚举。

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)
继承
FeatureType
继承
FeatureType
属性

字段

名称 说明
DataValidation 0

dataValidation。

将项序列化为 xml 时,其值为“dataValidation”。

1

超链接。

当项序列化为 xml 时,其值为“超链接”。

RowColVisualOps 2

rowColVisualOps。

当项序列化为 xml 时,其值为“rowColVisualOps”。

FreezePanes 3

freezePanes。

将项序列化为 xml 时,其值为“freezePanes”。

Sparklines 4

迷你图。

当项序列化为 xml 时,其值为“迷你图”。

HideUnhideSheet 5

hideUnhideSheet。

当项序列化为 xml 时,其值为“hideUnhideSheet”。

ShowGridlinesHeadings 6

showGridlinesHeadings。

将项序列化为 xml 时,其值为“showGridlinesHeadings”。

Comment 7

评论。

将项序列化为 xml 时,其值为“comment”。

Outlines 8

概述。

当项序列化为 xml 时,其值为“outlines”。

DrawingElement 9

drawingElement。

当项序列化为 xml 时,其值为“drawingElement”。

AutoFilter 10

autoFilter。

当项序列化为 xml 时,其值为“autoFilter”。

PivotTable 11

pivotTable。

当项序列化为 xml 时,其值为“pivotTable”。

Future 12

前途。

当项序列化为 xml 时,其值为“future”。

AutoFilter

autoFilter。

当项序列化为 xml 时,其值为“autoFilter”。

Comment

评论。

将项序列化为 xml 时,其值为“comment”。

DataValidation

dataValidation。

将项序列化为 xml 时,其值为“dataValidation”。

DrawingElement

drawingElement。

当项序列化为 xml 时,其值为“drawingElement”。

Equality(FeatureType, FeatureType)
Equals(FeatureType)
Equals(Object)
FeatureType(String)

创建新的 FeatureType 枚举实例

FreezePanes

freezePanes。

将项序列化为 xml 时,其值为“freezePanes”。

Future

前途。

当项序列化为 xml 时,其值为“future”。

GetHashCode()
HideUnhideSheet

hideUnhideSheet。

当项序列化为 xml 时,其值为“hideUnhideSheet”。

超链接。

当项序列化为 xml 时,其值为“超链接”。

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<FeatureType>.Create(String)
Inequality(FeatureType, FeatureType)
Outlines

概述。

当项序列化为 xml 时,其值为“outlines”。

PivotTable

pivotTable。

当项序列化为 xml 时,其值为“pivotTable”。

RowColVisualOps

rowColVisualOps。

当项序列化为 xml 时,其值为“rowColVisualOps”。

ShowGridlinesHeadings

showGridlinesHeadings。

将项序列化为 xml 时,其值为“showGridlinesHeadings”。

Sparklines

迷你图。

当项序列化为 xml 时,其值为“迷你图”。

ToString()

适用于