This documentation is archived and is not being maintained.

TableStyle Constructor

.NET Framework 1.1

Initializes a new instance of the TableStyle class.

Overload List

Initializes a new instance of the TableStyle class using default values.

[Visual Basic] Public Sub New()
[C#] public TableStyle();
[C++] public: TableStyle();
[JScript] public function TableStyle();

Initializes a new instance of the TableStyle class with the specified state bag information.

[Visual Basic] Public Sub New(StateBag)
[C#] public TableStyle(StateBag);
[C++] public: TableStyle(StateBag*);
[JScript] public function TableStyle(StateBag);

See Also

TableStyle Class | TableStyle Members | System.Web.UI.WebControls Namespace

Show: