CellFormat.BorderId 属性

定义

边框 ID

表示架构中的以下属性: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

属性值

返回 UInt32Value

属性

注解

此单元格格式使用的边框记录的从零开始的索引。

此属性的可能值由 ST_BorderId 简单类型定义。

适用于