DataTable.ShowOutlineBorder Property

Show Outline Border.Represents the element tag in schema: c:showOutline

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property ShowOutlineBorder As ShowOutlineBorder
    Get
    Set
'Usage
Dim instance As DataTable
Dim value As ShowOutlineBorder

value = instance.ShowOutlineBorder

instance.ShowOutlineBorder = value
public ShowOutlineBorder ShowOutlineBorder { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Charts.ShowOutlineBorder
Returns ShowOutlineBorder.

See Also

Reference

DataTable Class

DataTable Members

DocumentFormat.OpenXml.Drawing.Charts Namespace