GrapeCity.Xaml.Excel
ShowVerticalBorder Property (IExcelChartDataTable)


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

Reference

IExcelChartDataTable Interface
IExcelChartDataTable Members