Map.AppendData Property

Append Data to Table.Represents the attribte in schema: Append

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "Append")> _
Public Property AppendData As BooleanValue
    Get
    Set
'Usage
Dim instance As Map
Dim value As BooleanValue

value = instance.AppendData

instance.AppendData = value
[SchemaAttrAttribute(, "Append")]
public BooleanValue AppendData { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

Map Class

Map Members

DocumentFormat.OpenXml.Spreadsheet Namespace