[]
Represents the cell constructor.
public Cell(int row, int column)
Public Sub New(row As Integer, column As Integer)
Cell's row index.
Cell's column index.