TableCell::HorizontalAlign Property

 

Gets or sets the horizontal alignment of the contents in the cell.

Namespace:   System.Web.UI.WebControls
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::HorizontalAlign

One 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: