ActiveReports 12
CellBorderStyle Property

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.DdrDesigner.Tools.DataVisualizers Namespace > DataVisualizerBasePanel Class : CellBorderStyle Property
Gets or sets the style of the cell borders.
Syntax
'Declaration
 
Public Property CellBorderStyle As TableLayoutPanelCellBorderStyle
public TableLayoutPanelCellBorderStyle CellBorderStyle {get; set;}

Property Value

One of the System.Windows.Forms.TableLayoutPanelCellBorderStyle values describing the style of all the cell borders in the table. The default is System.Windows.Forms.TableLayoutPanelCellBorderStyle.None.
See Also

Reference

DataVisualizerBasePanel Class
DataVisualizerBasePanel Members