大神,您好,如何用js设置spread6.0某个单元格是编辑状态(鼠标双击单元格之后的状态)。
我用下面方式设置,提示StartCellEditing不支持此属性或方法。
currentFp.ShowMessage("格式错误",rowIndex,colIndex);
currentFp.ActiveRowIndex = rowIndex;
currentFp.ActiveColumnIndex = colIndex;
currentFp.StartCellEditing(null, false); |
|