Rhino.Tools.Debugger.Treetable.TreeTableModelAdapter.GetValueAt C# (CSharp) Method

GetValueAt() public method

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