Easy Tutorial
❮ Aspnet Tutorial Control Htmlimage ❯

ASP.NET CellSpacing Property



Definition and Usage

The CellSpacing property is used to get or set the spacing between cells in a table (measured in pixels).

Note: This property is not effective in FireFox.

Syntax

Property Description
px Specifies the spacing between cells (measured in pixels).

Example

The following example sets the CellSpacing property of a Table control:


❮ Aspnet Tutorial Control Htmlimage ❯