TableCell::HorizontalAlign Property
.NET Framework (current version)
Gets or sets the horizontal alignment of the contents in the cell.
Assembly: System.Web (in System.Web.dll)
public: property HorizontalAlign HorizontalAlign { virtual HorizontalAlign get(); virtual void set(HorizontalAlign value); }
Property Value
Type: System.Web.UI.WebControls::HorizontalAlignOne of the HorizontalAlign enumeration values. The default is NotSet.
Use the HorizontalAlign property to specify the horizontal alignment of the contents of the cell. The possible values for use are specified in the HorizontalAlign enumeration.
The following code example demonstrates how to declaratively specify the HorizontalAlign property of a TableCell control. In particular, note how the cell in the last row is left justified. For a complete, working code example, see the TableHeaderCell class overview topic.
.NET Framework
Available since 1.1
Available since 1.1
Show: