GrapeCity.Xaml.Excel
ShowOutlineBorder Property (ExcelChartDataTable)


GrapeCity.Excel.Chart Namespace > ExcelChartDataTable Class : ShowOutlineBorder Property
Indicating whether show outline border in data table.
Syntax
'Declaration
 
Public Property ShowOutlineBorder As Boolean
'Usage
 
Dim instance As ExcelChartDataTable
Dim value As Boolean
 
instance.ShowOutlineBorder = value
 
value = instance.ShowOutlineBorder
public bool ShowOutlineBorder {get; set;}
See Also

Reference

ExcelChartDataTable Class
ExcelChartDataTable Members