BorderPropertiesType.Style Property
Line Style.Represents the attribte in schema: style
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<SchemaAttrAttribute(, "style")> _
Public Property Style As EnumValue(Of BorderStyleValues)
Get
Set
用法
Dim instance As BorderPropertiesType
Dim value As EnumValue(Of BorderStyleValues)
value = instance.Style
instance.Style = value
[SchemaAttrAttribute(, "style")]
public EnumValue<BorderStyleValues> Style { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<BorderStyleValues>
Returns EnumValue<T>.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
The line style for this border.
The possible values for this attribute are defined by the ST_BorderStyle simple type.