Поделиться через


BorderPropertiesType.Style Свойство

Определение

Стиль линии

Представляет следующий атрибут в схеме: style

[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)

Значение свойства

Возвращает .EnumValue<T>

Атрибуты

Комментарии

Следующие сведения из международного стандарта ECMA ECMA-376 могут быть полезны при работе с этим классом.

Стиль линии для этой границы.

Возможные значения для этого атрибута определяются простым типом ST_BorderStyle .

Применяется к