GrapeCity.Xaml.Excel
ShowOutlineBorder Property (IExcelChartDataTable)


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

Reference

IExcelChartDataTable Interface
IExcelChartDataTable Members