method:getVgap ();return type:intcontent:ใช้คืนค่าระยะห่างระหว่าง cell ในแนวตั้งexample:GridLayout gridlayout = new GridLayout ( 5, 10 ); int space_vertical = gridlayout.getVgap ();