Table Object
Overview
Member List
Properties
Specifies a value for the ALIGN attribute of the <TABLE> tag. Possible values are "LEFT", "CENTER" and "RIGHT".
Specifies a value for the BGColor attribute of the <TABLE> tag.
"1" by default. Specifies a value for the BORDER attribute of the <TABLE> tag.
Returns the Caption object that represents a <CAPTION> tag that may immediately follow the <TABLE> tag. Use this object to set your grid's title.
Although Caption is a read-only property, a direct assignment such as
Grid.Table.Caption = "Employees"
is acceptable as the Caption object exposes a default Value property.
When set via XML, the tag <TableCaption> must be used, not <Caption>, because the latter is being used as a sub-element of the <Column> element.
Specifies a value for the CELLPADDING attribute of the <TABLE> tag.
Specifies a value for the CELLSPACING attribute of the <TABLE> tag.
Specifies a value for the CLASS attribute of the <TABLE> tag.
Specifies a custom attribute and its value for the <TABLE> tag.
Specifies a value for the HEIGHT attribute of the <TABLE> tag.
Specifies a value for the WIDTH attribute of the <TABLE> tag.
Specifies a value for the WIDTH attribute of the <TABLE> tag.