Gets or sets the horizontal alignment of the System.Web.UI.WebControls.Table control on the page.
Documentation for this section has not yet been entered.
Use the Table.HorizontalAlign property to specify the horizontal alignment of the System.Web.UI.WebControls.Table control within the page. The following table lists the different horizontal alignment styles.
NotSet |
The horizontal alignment of the System.Web.UI.WebControls.Table control has not been set. |
Left |
The System.Web.UI.WebControls.Table control is left justified on the page. |
Center |
The System.Web.UI.WebControls.Table control is centered on the page. |
Right |
The System.Web.UI.WebControls.Table control is right justified on the page. |
Justify |
The System.Web.UI.WebControls.Table control is aligned with both the left and right margins of the page. |