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

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

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

Property Value

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

See Also

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