System.Web.UI.WebControls.TableStyle.CellPadding Property

Gets or sets the amount of space between the contents of the cell and the cell's border.

Syntax

[System.ComponentModel.DefaultValue(-1)]
[System.ComponentModel.NotifyParentProperty(true)]
public virtual int CellPadding { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the TableStyle.CellPadding property to control the spacing between the contents of a cell and the cell's border. The padding amount specified is added to all four sides of a cell.

All cells in the same column of a data listing control share the same cell width. Therefore, if the content of one cell is longer than the content of other cells in the same column, the padding amount is applied to the widest cell. All other cells in the column are also set with this cell width.

Similarly, all cells in the same row share the same height. The padding amount is applied to the height of the tallest cell in the row. All other cells in the same row are set with this cell height. Individual cell sizes cannot be specified.

The value of this property is stored in view state.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0