@univerjs/core v0.4.2 • Docs
Interface: IRowData
Properties of row data
Properties
Property | Type | Description | Defined in |
---|---|---|---|
ah? | number | auto height | submodules/univer/packages/core/src/sheets/typedef.ts:163 (opens in a new tab) |
custom? | CustomData | User stored custom fields | submodules/univer/packages/core/src/sheets/typedef.ts:178 (opens in a new tab) |
h? | number | height in pixel | submodules/univer/packages/core/src/sheets/typedef.ts:153 (opens in a new tab) |
hd? | BooleanNumber | hidden | submodules/univer/packages/core/src/sheets/typedef.ts:168 (opens in a new tab) |
ia? | BooleanNumber | is current row self-adaptive to its content, use ah to set row height when true, else use h . | submodules/univer/packages/core/src/sheets/typedef.ts:158 (opens in a new tab) |
s? | Nullable <string | IStyleData > | style id | submodules/univer/packages/core/src/sheets/typedef.ts:173 (opens in a new tab) |