Map.AppendData Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Anfügen von Daten an eine Tabelle
Stellt das folgende Attribut im Schema dar: 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
Eigenschaftswert
Gibt zurück BooleanValue.
- Attribute