Freigeben über


BorderPropertiesType.Style Eigenschaft

Definition

Linienart

Stellt das folgende Attribut im Schema dar: 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)

Eigenschaftswert

Gibt zurück EnumValue<T>.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Die Linienart für diesen Rahmen.

Die möglichen Werte für dieses Attribut werden durch den ST_BorderStyle einfachen Typ definiert.

Gilt für: