GetSelectCellsJson 获取所有选定单元格

方法:

GetSelectCellsJson ()

参数:

无。

返回值:

返回 json 串,格式如: {"cells":[{"col":8,"row":23}]} 

功能描述:

获得当前选中的所有单元格的列号和行号的JSON串。

样例:

获得选中单元格串:

          var jsonstr = zcell1.GetSheet(0).GetSelectCellsJson();