阅读( 218 ) 我要纠错

171.   JHGridInsertColsAt (插入列)

  

JHZRESULT JHZAPI JHGridInsertColsAt(

HANDLE phdl,

unsigned short colNum,

unsigned short count)


参数:

phdl    [IN] 实例句柄,与表格相对应。

colNum   [IN] 列号(从0开始)。

count    [IN] 插入列数。


返回值:

JH_OK           成功

JH_ INVALID_PARAMETER   参数错误

IR_ INVALID_OBJECT    无效的对象



功能说明:

实例句柄对应表格的第colNum列后插入count列。




×