# InsertTable 方法

InsertTable(TabName)

在窗格中插入指定表(动态牌)。
返回值:返回0表示失败 返回-1表示插入被拒绝 主要原因可能是窗格的Type属性不是为2,或者框架被锁定不允许更改;返回1表示插入成功.

参数
参数 说明
TabName 表(动态牌)名称
Set Grid = Frame2.GetGridByName("Window3")
Grid.Type = 2
Grid.InsertTable("reportlist")
1
2
3

应用于

Gird 对象