method:set ( string_array );return type:voidcontent:ใช้กำหนดค่าข้อมูลให้กับ tableexample:var table = new Table ( 5, 3 ); var arr = new Array ( "bamboo", "lab", "code", "dot", "com" ); table.set( arr );