Rhino.Tools.Debugger.Treetable.TreeTableModelAdapter.GetValueAt C# (CSharp) Méthode

GetValueAt() public méthode

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