asp.net.ph

TableCell Class

System.Web.UI.WebControls Namespace


Represents a cell in a Table control.

TableCell Class Members

Collapse   Constructors

Visibility Constructor Parameters
public TableCell ( )

Collapse   Properties

Visibility Name Value Type Accessibility
public AssociatedHeaderCellID String [ Get , Set ]
public ColumnSpan Int32 [ Get , Set ]
public HorizontalAlign HorizontalAlign [ Get , Set ]
public RowSpan Int32 [ Get , Set ]
public SupportsDisabledAttribute Boolean [ Get ]
public Text String [ Get , Set ]
public VerticalAlign VerticalAlign [ Get , Set ]
public Wrap Boolean [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
protected AddAttributesToRender ( HtmlTextWriter writer ) Void
protected AddParsedSubObject ( Object obj ) Void
protected CreateControlStyle ( ) Style

Remarks

The TableCell class 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. The alignment of the contents in the cell are specified by setting the HorizontalAlign and VerticalAlign properties. 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 are occupied by an individual cell. The RowSpan and ColumnSpan properties control how may rows and columns are used, respectively.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph