asp.net.ph

Skip Navigation Links

TableCell Control Syntax

ASP.NET Syntax   ASP.NET Syntax for Web Controls


Allows you to declare a table cell and manipulate it programmatically.

Declarative Syntax

For information on the individual members of this class, see TableCell in the class library.

Remarks

The TableCell control represents a cell in a Table control. You can use the Text property to specify or determine the contents of the cell.

This class allows you to control how the contents of the cell are displayed. Setting the HorizontalAlign and VerticalAlign properties specifies the alignment of the contents in the cell. You can use the Wrap property to specify whether the contents of the cell wrap in the cell.

You can also specify how many rows or columns in the Table control occupy an individual cell. The RowSpan and ColumnSpan properties control how may rows and columns are used, respectively.

See Also

TableCell Class   Table, TableRow, and TableCell Web Server Controls



© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note