| setValue() | ใช้กำหนดค่าข้อมูลให้กับ table ในแถวและคอลัมน์ที่กำหนด |
|---|
method:setValue ( row, col, value );
return type:void
content:ใช้กำหนดค่าข้อมูลให้กับ table ในแถวและคอลัมน์ที่กำหนด
example:var table = new Table ( 5, 3 ); table.setValue( 3, 2, "BambooLabCode" );