Generic version of Virtual Spreadsheet
Accepts props defined by VirtualSpreadsheetGenericProps. You must pass an instance of SpreadsheetData with a compatible Snapshot parameter using the data prop.
Snapshot
data
Type of snapshot for SpreadsheetData
SpreadsheetData
In almost all cases use VirtualSpreadsheet instead. Only use this if you need to restrict the types of SpreadsheetData that can be used based on Snapshot type.
Generic version of Virtual Spreadsheet
Accepts props defined by VirtualSpreadsheetGenericProps. You must pass an instance of SpreadsheetData with a compatible
Snapshot
parameter using thedata
prop.