| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
TableCell ClassSystem.Web.UI.WebControls Namespace Represents a cell in a Table control.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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 | Text | String | [ Get , Set ] |
| public | VerticalAlign | VerticalAlign | [ Get , Set ] |
| public | Wrap | Boolean | [ Get , Set ] |
| Visibility | Name | Parameters | Return Type |
|---|---|---|---|
| protected | AddAttributesToRender | ( HtmlTextWriter writer ) | Void |
| protected | AddParsedSubObject | ( Object obj ) | Void |
| protected | CreateControlStyle | ( ) | Style |
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.
Check out related books at Amazon
© 2000-2008 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 aspxtreme