NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTableCell.Width

Gets or sets the width, in pixels, of an HtmlTableCell control.

[Visual Basic]
Public Property Width As String
[C#]
public string Width {get; set;}
[C++]
public: __property String* get_Width();
public: __property void set_Width(String*);
[JScript]
public function get Width() : String;
public function set Width(String);

Property Value

The width, in pixels, of an HtmlTableCell control.

See Also

HtmlTableCell Class | HtmlTableCell Members | System.Web.UI.HtmlControls Namespace