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

Gets or sets the cell padding, in pixels, for an HtmlTable control.

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

Property Value

The cell padding, in pixels, for an HtmlTable control.

See Also

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