ZForge.Controls.XPTable.Models.TableModel.this C# (CSharp) 메소드

this() 개인적인 메소드

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

Same methods

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