Rhino.Tools.Debugger.Treetable.TreeTableModelAdapter.GetValueAt C# (CSharp) 메소드

GetValueAt() 공개 메소드

public GetValueAt ( int row, int column ) : object
row int
column int
리턴 object
		public override object GetValueAt(int row, int column)
		{
			return treeTableModel.GetValueAt(NodeForRow(row), column);
		}