The Candid Startup
Posts
Topics
Projects
About
Contact
Preparing search index...
@candidstartup/infinisheet-types
CellData
Interface CellData
Data stored in a spreadsheet cell
interface
CellData
{
format
?:
CellFormat
;
value
:
CellValue
;
}
Hierarchy (
View Summary
)
CellData
SetCellValueAndFormatLogEntry
Index
Properties
format?
value
Properties
Optional
format
format
?:
CellFormat
Format of cell
value
value
:
CellValue
Value of cell
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
format
value
Project Home
Posts
Topics
Projects
About
Contact
InfiniSheet
Loading...
Data stored in a spreadsheet cell