Skip to Content
InterfacesICellData

Interface: ICellData

Cell data

Properties

PropertyTypeDescription

custom?

CustomData

User stored custom fields

f?

Nullable<string>

Raw formula string. For example =SUM(A1:B4).

p?

Nullable<IDocumentData>

The unique key, a random string, is used for the plug-in to associate the cell. When the cell information changes, the plug-in does not need to change the data, reducing the pressure on the back-end interface id?: string.

s?

Nullable<… | …>

style id

si?

Nullable<string>

Id of the formula.

t?

Nullable<CellValueType>

v?

Nullable<CellValue>

Origin value