TableStyle Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TableStyle class.
Overloads
TableStyle() |
Initializes a new instance of the TableStyle class using default values. |
TableStyle(StateBag) |
Initializes a new instance of the TableStyle class with the specified state bag information. |
TableStyle()
Initializes a new instance of the TableStyle class using default values.
public:
TableStyle();
public TableStyle ();
Public Sub New ()
Remarks
Use this constructor to create and initialize a new instance of the TableStyle class using default values.
Applies to
TableStyle(StateBag)
Initializes a new instance of the TableStyle class with the specified state bag information.
public:
TableStyle(System::Web::UI::StateBag ^ bag);
public TableStyle (System.Web.UI.StateBag bag);
new System.Web.UI.WebControls.TableStyle : System.Web.UI.StateBag -> System.Web.UI.WebControls.TableStyle
Public Sub New (bag As StateBag)
Parameters
Remarks
Use this constructor to create and initialize a new instance of the TableStyle class using the specified System.Web.UI.StateBag.