start_cell method

start_cell

Starts to save data of one cell.

def start_cell(self, cell):
    ...
ParameterTypeDescription
cellCellCell object for implementation to fill data. Its column index is the returned value of latest call of LightCellsDataProvider.next_cell.
If the cell has been initialized in the inner cells model, the existed cell object will be used.
Otherwise a temporary Cell object will be used for implementation to fill data.

Remarks

See Also