<< 单击这里显示内容目录 >> 导航: 属性 > H:
如果图表数据表具有外部边框,则该值为 True。Boolean 类型,可读写。
本示例使图表数据表显示时带有外边框,但无单元格边框。
With myChart
.HasDataTable = True
With .DataTable
.HasBorderHorizontal = False
.HasBorderVertical = False
.HasBorderOutline = True
End With