Compartilhar via


BorderPropertiesType.Style Propriedade

Definição

Estilo de linha

Representa o seguinte atributo no esquema: estilo

[DocumentFormat.OpenXml.SchemaAttr(0, "style")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues> Style { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues> Style { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "style")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues>? Style { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("style")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues>? Style { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues>? Style { get; set; }
member this.Style : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "style")>]
member this.Style : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("style")>]
member this.Style : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.BorderStyleValues> with get, set
Public Property Style As EnumValue(Of BorderStyleValues)

Valor da propriedade

Retorna EnumValue<T>.

Atributos

Comentários

As informações a seguir do ECMA International Standard ECMA-376 podem ser úteis ao trabalhar com essa classe.

O estilo de linha para essa borda.

Os valores possíveis para esse atributo são definidos pelo ST_BorderStyle tipo simples.

Aplica-se a