TableCellsCollectionEditor(Type) Constructor

Definition

Initializes a new instance of the TableCellsCollectionEditor class.

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

Parameters

type
Type

The type of the collection to edit.

Applies to