CellFormat.ApplyBorder Property

Definition

Apply Border

Represents the following attribute in the schema: applyBorder

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

Property Value

Returns BooleanValue.

Attributes

Applies to