method:getValue ( row, col );return type:stringcontent:ใช้คืนค่าค่าข้อมูลของ table ในแถวและคอลัมน์ที่กำหนดexample:var table = new Table ( 5, 3 ); alert ( table.getValue( 3, 2 ) );