System.Web.UI.WebControls.TableStyle: Method Members

The methods of System.Web.UI.WebControls.TableStyle are listed below. For a list of all members, see the TableStyle Members list.

See Also: Inherited members from System.Web.UI.WebControls.Style

Public Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter, WebControl)

Adds information about the background image, cell spacing, cell padding, gridlines, and alignment to the list of attributes to render.

override
CopyFrom(Style)

Copies non-blank elements from the specified style, overwriting existing style elements if necessary.

override
MergeWith(Style)

Copies non-blank elements from the specified style, but will not overwrite any existing style elements.

override
Reset()

Clears any defined style elements of the style.

Protected Methods