int AddTabShape (int nLeft, int nTop, int nRight, int nBottom, int nRows, int nCols, BOOL bFixRows, BOOL bFixCols, BOOL bShowGridLine)
功能:在当前页面上添加一个列表
nLeft:列表的左边位置单位为像素。
nTop:列表的上边位置单位为像素。
nRight:列表的右边位置单位为像素。
nBottom:列表的下边位置单位为像素。
nRows:行数
nCols:列数
bFixRows:行偏移量
bFixCols:列偏移量
bShowGridLine:是否显示
返回值:图形的ID
例:var x = AddTabShape(200, 200, 300, 300, 2, 2, 0, 0, 1);
效果: