The properties of System.Web.UI.WebControls.Table are listed below. For a list of all members, see the Table Members list.
See Also: Inherited members from System.Web.UI.WebControls.WebControl
BackImageUrl | string.
Gets or sets the URL of the background image to display behind the System.Web.UI.WebControls.Table control. | |
Caption | string.
Gets or sets the text to render in an HTML caption element in a System.Web.UI.WebControls.Table control. This property is provided to make the control more accessible to users of Assistive Technology devices. | |
CaptionAlign | TableCaptionAlign.
Gets or sets the horizontal or vertical position of the HTML caption element in a System.Web.UI.WebControls.Table control. This property is provided to make the control more accessible to users of Assistive Technology devices. | |
CellPadding | int.
Gets or sets the amount of space between the contents of a cell and the cell's border. | |
CellSpacing | int.
Gets or sets the amount of space between cells. | |
GridLines | GridLines.
Gets or sets the grid line style to display in the System.Web.UI.WebControls.Table control. | |
HorizontalAlign | HorizontalAlign.
Gets or sets the horizontal alignment of the System.Web.UI.WebControls.Table control on the page. | |
[read-only] | Rows | TableRowCollection.
Gets the collection of rows in the System.Web.UI.WebControls.Table control. |