The StyleGrid REALbasic control allows to display styled spreadsheet data.StyleGrid uses Einhugur's Floating Engine as data container.
The Floating Engine does not operate like an usual array/matrix class.When using the Floating Engine you must be aware that Things are not always what they seem.For example, only the cells that have actually been used will exist in memory.The cells which contain no data, do not exist.
The gap, the cells in-between, will be filled as Default Cell.This means that when you want to write inside a cell and if you are not sure if that cell exists then you must test that with the WritableCell property, rather than with the Cell property.