HtmlTable.CellSpacing Property
.NET Framework 3.0
Gets or sets the amount of space (in pixels) between adjacent cells in the HtmlTable control.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_CellSpacing () /** @property */ public void set_CellSpacing (int value)
public function get CellSpacing () : int public function set CellSpacing (value : int)
Not applicable.
Property Value
The amount of space (in pixels) between adjacent cells in the HtmlTable control. The default value is -1, which indicates that this property is not set.Community Additions
ADD
Show: