共用方式為


CommentReply.Created Property

Definition

created, this property is only available in Office 2021 and later.

Represents the following attribute in the schema: created

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

Property Value

Attributes

Applies to