peilin200 发表于 2010-5-27 10:01:36

求Table 表格中增减行列的例子

如何 在Table 表格中增减行   并且原来的 列定义的类型不变!!

cvifan 发表于 2010-5-28 08:57:35

Deletes one or more columns from a table control starting at the specified one-based index.



Prototype

int DeleteTableColumns (int Panel_Handle, int Control_ID, int Column_Index, int Number_of_Columns);

cvifan 发表于 2010-5-28 08:57:41

Deletes one or more rows from a table control starting at the specified one-based index.



Prototype

int DeleteTableRows (int Panel_Handle, int Control_ID, int Row_Index, int Number_of_Rows);

cvifan 发表于 2010-5-28 08:57:54

第一个贴子是删除列,第二个是删除行
页: [1]
查看完整版本: 求Table 表格中增减行列的例子