DataBar.Border Property
border.Represents the attribte in schema: border
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "border")> _
Public Property Border As BooleanValue
Get
Set
'Usage
Dim instance As DataBar
Dim value As BooleanValue
value = instance.Border
instance.Border = value
[SchemaAttrAttribute(, "border")]
public BooleanValue Border { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue