TableCellsCollectionEditor(Type) 构造函数

定义

初始化 TableCellsCollectionEditor 类的新实例。

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)

参数

type
Type

要编辑的集合的类型。

适用于