FeatureType 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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" です。 |
Hyperlink | 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" です。 |
|
Hyperlink | ハイパーリンク。 アイテムを 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() |