Gets or sets the grid line style to display in the System.Web.UI.WebControls.Table control.
Documentation for this section has not yet been entered.
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. |