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