共用方式為


MetadataType.CellMeta Property

Definition

Cell Metadata

Represents the following attribute in the schema: cellMeta

[DocumentFormat.OpenXml.SchemaAttr(0, "cellMeta")]
public DocumentFormat.OpenXml.BooleanValue CellMeta { get; set; }
public DocumentFormat.OpenXml.BooleanValue CellMeta { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "cellMeta")]
public DocumentFormat.OpenXml.BooleanValue? CellMeta { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("cellMeta")]
public DocumentFormat.OpenXml.BooleanValue? CellMeta { get; set; }
public DocumentFormat.OpenXml.BooleanValue? CellMeta { get; set; }
member this.CellMeta : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "cellMeta")>]
member this.CellMeta : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("cellMeta")>]
member this.CellMeta : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property CellMeta As BooleanValue

Property Value

Returns BooleanValue.

Attributes

Applies to