GrapeCity.Xaml.Excel
ShowVerticalBorder Property (ExcelChartDataTable)


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

Reference

ExcelChartDataTable Class
ExcelChartDataTable Members