Map.AppendData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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