@univerjs/core v0.4.2 • Docs
Interface: IOptionData
Whether to clear only the contents. Whether to clear only the format; note that clearing format also clears data validation rules.
Extended by
Properties
Property | Type | Description | 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. | 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. | submodules/univer/packages/core/src/sheets/typedef.ts:552 (opens in a new tab) |