@univerjs/core v0.4.2 • Docs
Interface: ICopyToOptionsData
Option of copyTo function
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
contentsOnly? | boolean | 1. designates that only the content should be copied 2. Whether to clear only the contents. 3. worksheet Whether to clear the content. | IOptionData .contentsOnly | submodules/univer/packages/core/src/sheets/typedef.ts:561 (opens in a new tab) |
formatOnly? | boolean | 1. designates that only the format should be copied 2. Whether to clear only the format; note that clearing format also clears data validation rules. 3. worksheet Whether to clear the format. | IOptionData .formatOnly | submodules/univer/packages/core/src/sheets/typedef.ts:552 (opens in a new tab) |