求Table 表格中增减行列的例子
如何 在Table 表格中增减行 并且原来的 列定义的类型不变!!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);
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);
第一个贴子是删除列,第二个是删除行
页:
[1]