ClassHtmlTableCell
Class
Test class for an HtmlTableCell element <td>...</td>
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class HtmlTableCell : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCell
Derived Classes:
Inherited Members
Constructors
HtmlTableCell(Element)
Create a new control.
Declaration
cs-api-definition
public HtmlTableCell(Element element)
Parameters
element
The base element.
Properties
Align
Gets the horizontal alignment of data within a table cell.
CellIndex
Gets the position of a cell in the cells collection of a row
ColSpan
Gets the number of columns a table cell should span
Height
Gets the height of a table cell.
RowSpan
Gets the number of rows a table cell should span.
VAlign
Gets the vertical alignment of data within a table cell.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
cs-api-definition
public override void AssignElement(Element e)
Parameters
e
The base element.
Overrides