How to get the value from a specific cell C# Html-Agility-Pack
问题 How do I get a value from a specific location in the second table in the document. I need the value from the second cell down and third column over in the html document below. How do I do this. <html> <head> <title>Tables</title> </head> <body> <table border="1"> <tr> <th>Room</th> <th>Location</th> </tr> <tr> <td>Paint</td> <td>A4</td> </tr> <tr> <td>Stock</td> <td>B3</td> </tr> <tr> <td>Assy</td> <td>N9</td> </tr> </table> <p></p> <table border="1"> <tr> <th>Product</th> <th>Mat'l</th> <th