我使用选区的方法,然后我使用ctrl+c 然后粘贴发现不是我选中的内容 #4299
Unanswered
liuxiang960
asked this question in
Q&A | 常见问题
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我使用选区的方法 univerAPI?.executeCommand(SetSelectionsOperation.id, {
selections: [
{
range: range
}
],
unitId: activeWorkbook.getId(),
type: 2
});
,然后我使用ctrl+c和右击复制, 然后粘贴发现不是我选中的内容
Beta Was this translation helpful? Give feedback.
All reactions