Align |
Gets or sets the table’s position with respect to the rest of the document. |
Attributes (inherited from Node) |
Gets a collection containing the attributes of this node. |
BgColor |
Gets or sets the cell background color. |
Border |
Gets or sets the width of the border around the table. |
Caption |
Gets or sets the table’s CAPTION element. |
CellPadding |
Gets or sets the horizontal and vertical space between cell content and cell borders. |
CellSpacing |
Gets or sets the horizontal and vertical separation between cells. |
ChildNodes (inherited from Node) |
Gets all the child nodes of the node. |
ClassName (inherited from HTMLElement) |
Gets or sets the class of the element. |
Dir (inherited from HTMLElement) |
Gets or sets the base direction of directionally neutral text of the element. |
FirstChild (inherited from Node) |
Gets the first child of the node. |
Frame |
Gets or sets the external table borders to render. |
Id (inherited from HTMLElement) |
Gets or sets the identifier of the element. |
Lang (inherited from HTMLElement) |
Gets or sets the language of the element. |
LastChild (inherited from Node) |
Gets the last child of the node. |
NextSibling (inherited from Node) |
Gets the node immediately following this node. |
NodeName (inherited from Node) |
Gets the qualified name of the node. |
NodeType (inherited from Node) |
Gets the type of the current node. |
NodeValue (inherited from Node) |
Gets or sets the value of the node. |
OwnerDocument (inherited from Node) |
Gets the document to which this node belongs. |
ParentNode (inherited from Node) |
Gets the parent of this node. |
PreviousSibling (inherited from Node) |
Gets the node immediately preceding this node. |
Rows |
Gets a collection containing all rows in this table. |
Rules |
Gets or sets the internal table borders to render. |
Summary |
Gets or sets the description about the purpose or structure of a table. |
TBodies |
Gets a collection containing all table bodies in this table. |
TFoot |
Gets or sets the table’s TFOOT element. |
THead |
Gets or sets the table’s THEAD element. |
TagName (inherited from Element) |
Gets the tag name of the element. |
Title (inherited from HTMLElement) |
Gets or sets the advisory title of the element. |
Width |
Gets or sets the desired width of the table. |