TableRowsCollectionEditor(Type) Constructor

Definition

Initializes a new instance of the TableRowsCollectionEditor class.

public:
 TableRowsCollectionEditor(Type ^ type);
public TableRowsCollectionEditor (Type type);
new System.Web.UI.Design.WebControls.TableRowsCollectionEditor : Type -> System.Web.UI.Design.WebControls.TableRowsCollectionEditor
Public Sub New (type As Type)

Parameters

type
Type

The type of the collection to edit.

Applies to