MetadataType.PasteAll Property

Definition

Metadata Paste All

Represents the following attribute in the schema: pasteAll

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

Property Value

Returns BooleanValue.

Attributes

Applies to