Compartir a través de


CellFormat.BorderId Propiedad

Definición

Identificador de borde

Representa el atributo siguiente en el esquema: 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

Valor de propiedad

Devuelve UInt32Value.

Atributos

Comentarios

Índice de base cero del registro de borde usado por este formato de celda.

El tipo simple define los ST_BorderId valores posibles para este atributo.

Se aplica a