Map.AppendData Property

Definition

Append Data to Table

Represents the following attribute in the schema: Append

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

Property Value

Returns BooleanValue.

Attributes

Applies to