Gets or sets the grid lines used to draw tables.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public IGridLines GridLines { get; set; }
Visual Basic
Public Property GridLines As IGridLines
	Get
	Set

Remarks

This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

The default is no grid lines.

See Also