CellDefaultState.CellDefaultState

CellDefaultState()

Initialize instance of the CellDefaultState with default values.

public CellDefaultState()

See Also


CellDefaultState(Cell)

Initialize instance of the CellDefaultState with given Cell values.

public CellDefaultState(Cell cell)
Parameter Type Description
cell Cell The cell to copy data. See Cell

See Also