共用方式為


ThreadedComment.Done Property

Definition

done, this property is only available in Office 2019 and later.

Represents the following attribute in the schema: done

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

Property Value

Attributes

Applies to