如题
具体的例子:
spread.commandManager().execute({
cmd: 'fill',
sheetName: "Sheet1",
startRange: startRange,
fillRange: fillRange,
autoFillType: autoFillType,
fillDirection: fillDirection
});
这个命令调用的时候会触发 DragFillBlockCompleted 事件, 那么 这个命令结束之前, 被触发的DragFillBlockCompleted 事件是不是已经结束了呢 ?
|
|