XPTable.Models.TableModel.this C# (CSharp) Method

this() private method

private this ( XPTable.Models.CellPos cellPos ) : Cell
cellPos XPTable.Models.CellPos
return Cell
        public Cell this[CellPos cellPos]
        {
            get
            {
                return this[cellPos.Row, cellPos.Column];
            }
        }

Same methods

TableModel::this ( int row, int column ) : Cell