System.Web.UI.WebControls.Table.GridLines Property

Gets or sets the grid line style to display in the System.Web.UI.WebControls.Table control.

Syntax

[System.ComponentModel.DefaultValue(System.Web.UI.WebControls.GridLines.None)]
public virtual GridLines GridLines { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the Table.GridLines property to specify which cell borders are displayed in the System.Web.UI.WebControls.Table control. The following table lists the different grid line styles.

None

No cell borders are displayed.

Horizontal

Only the horizontal cell borders are displayed.

Vertical

Only the vertical cell borders are displayed.

Both

Both the horizontal and vertical cell borders are displayed.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0