TableCell.HorizontalAlign Property
.NET Framework 2.0
Gets or sets the horizontal alignment of the contents in the cell.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: virtual property HorizontalAlign HorizontalAlign { HorizontalAlign get (); void set (HorizontalAlign value); }
/** @property */ public HorizontalAlign get_HorizontalAlign () /** @property */ public void set_HorizontalAlign (HorizontalAlign value)
public function get HorizontalAlign () : HorizontalAlign public function set HorizontalAlign (value : HorizontalAlign)
Property Value
One of the HorizontalAlign enumeration values. The default is NotSet.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.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: