CellFormat.BorderId Property

Border Id.Represents the attribte in schema: borderId

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

Syntax

'Declaration
<SchemaAttrAttribute(, "borderId")> _
Public Property BorderId As UInt32Value
    Get
    Set
'Usage
Dim instance As CellFormat
Dim value As UInt32Value

value = instance.BorderId

instance.BorderId = value
[SchemaAttrAttribute(, "borderId")]
public UInt32Value BorderId { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

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.

See Also

Reference

CellFormat Class

CellFormat Members

DocumentFormat.OpenXml.Spreadsheet Namespace