DataTable.HasBorderOutline Property
True if the chart data table has outline borders. Read/write Boolean.
Syntax
expression.HasBorderOutline
expression A variable that represents a DataTable object.
Example
This example causes the embedded chart data table to be displayed with an outline border and no cell borders.
| Visual Basic for Applications |
|---|
|