CellFormat.BorderId Property

Definition

Border Id

Represents the following attribute in the schema: borderId

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

Property Value

Returns UInt32Value.

Attributes

Remarks

Zero-based index of the border record used by this cell format.

The possible values for this attribute are defined by the ST_BorderId simple type.

Applies to