CellCommentsValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
セルコメント
public enum CellCommentsValues
public readonly struct CellCommentsValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.CellCommentsValues>
type CellCommentsValues =
type CellCommentsValues = struct
interface IEnumValue
interface IEnumValueFactory<CellCommentsValues>
Public Enum CellCommentsValues
Public Structure CellCommentsValues
Implements IEnumValue, IEnumValueFactory(Of CellCommentsValues), IEquatable(Of CellCommentsValues)
- 継承
-
CellCommentsValues
- 継承
-
CellCommentsValues
フィールド
CellCommentsValues(String) | 新しい CellCommentsValues 列挙型インスタンスを作成します |
|
AsDisplayed | 1 | コメントを表示済みとして印刷します。 アイテムを xml としてシリアル化されるときに、その値は "asDisplayed" です。 |
AsDisplayed | コメントを表示済みとして印刷します。 アイテムを xml としてシリアル化されるときに、その値は "asDisplayed" です。 |
|
AtEnd | 2 | 最後に印刷します。 項目を xml としてシリアル化されるときに、その値は "atEnd" です。 |
AtEnd | 最後に印刷します。 項目を xml としてシリアル化されるときに、その値は "atEnd" です。 |
|
Equals(CellCommentsValues) | ||
Equals(Object) | ||
GetHashCode() | ||
None | なし。 項目を xml としてシリアル化されるときに、その値は "none" です。 |
|
None | 0 | なし。 項目を xml としてシリアル化されるときに、その値は "none" です。 |
Equality(CellCommentsValues, CellCommentsValues) | ||
Inequality(CellCommentsValues, CellCommentsValues) | ||
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CellCommentsValues>.Create(String) |