Connection.Background Property

Definition

background

Represents the following attribute in the schema: background

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

Property Value

Returns BooleanValue.

Attributes

Applies to