Gets or sets the horizontal alignment of content within an HtmlTableCell control.
[Visual Basic] Public Property Align As String [C#] public string Align {get; set;} [C++] public: __property String* get_Align(); public: __property void set_Align(String*); [JScript] public function get Align() : String; public function set Align(String);
The horizontal alignment of content within an HtmlTableCell control. Valid values are: left, center, right, justify, and char.
HtmlTableCell Class | HtmlTableCell Members | System.Web.UI.HtmlControls Namespace