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);
The cell spacing, in pixels, for an HtmlTable control.
HtmlTable Class | HtmlTable Members | System.Web.UI.HtmlControls Namespace