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!

HtmlTable.Border

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

[Visual Basic]
Public Property Border As Integer
[C#]
public int Border {get; set;}
[C++]
public: __property int get_Border();
public: __property void set_Border(int);
[JScript]
public function get Border() : int;
public function set Border(int);

Property Value

The width of the border, in pixels, of an HtmlTable control.

See Also

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