TableRow.CellControlCollection.AddAt(Int32, Control) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的 Control 对象添加到 TableRow.CellControlCollection 集合。 将新控件添加到数组的指定索引位置。
public:
override void AddAt(int index, System::Web::UI::Control ^ child);
public override void AddAt (int index, System.Web.UI.Control child);
override this.AddAt : int * System.Web.UI.Control -> unit
Public Overrides Sub AddAt (index As Integer, child As Control)
参数
- index
- Int32
数组中添加子控件的位置。
- child
- Control
例外
注解
添加的 控件只能是 对象 TableCell ;否则, ArgumentException 将引发 。