DataTable.HasBorderOutline Property
True if the chart data table has outline borders.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property HasBorderOutline As Boolean
Get
Set
'Usage
Dim instance As DataTable
Dim value As Boolean
value = instance.HasBorderOutline
instance.HasBorderOutline = value
bool HasBorderOutline { get; set; }
Property Value
Type: System.Boolean