TableInvCell

Description
ID °¡ ÁöÁ¤ÇÏ´Â Å×À̺íÀÇ ( Col, Row ) ¿¡ ÇØ´çÇÏ´Â ¼¿À» ¿ª»ó½ÃŲ´Ù.

Syntax
void TableInvCell( U16 ID, U16 Row, U16 Col, S8 LAdjust, S8 TAdjust, S8 WAdjust, S8 HAdjust )

Parameters
ID ¼¿ ¾ÆÀ̵ð
Row ¿­
Col Çà
LAdjust  Left¸¦ Á¶ÀýÇÒÁö ¿©ºÎ
TAdjustTopÀ» Á¶ÀýÇÒÁö ¿©ºÎ
WAdjustWidth¸¦ Á¶ÀýÇÒÁö ¿©ºÎ
HAdjust Height¸¦ Á¶ÀýÇÒÁö ¿©ºÎ

Returns
¾øÀ½

Comments
¿ª»ó ½ÃÅ°´Â ¿µ¿ªÀÇ ½ÃÀÛ ÁÂÇ¥ ( left, top ) ¿Í Æø, ³ôÀ̸¦ Á¶ÀýÇÏ·Á¸é LAdjust, TAdjust, WAdjust, HAdjust ÀÎÀÚ¸¦ ÀÌ¿ëÇÏ¸é µÈ´Ù. ¿¹¸¦ µé¾î, ±×¸®·Á´Â ¼¿ÀÇ ÁÂÇ¥°¡ (10,10) ºÎÅÍ (20,20) ÀÌ°í LAdjust°¡ 1 ÀÌ¸é ½ÇÁ¦·Î ¿ª»óµÇ´Â ¿µ¿ªÀº (11,10) ~ (20,20) ÀÌ µÈ´Ù. °°Àº ¿µ¿ª¿¡ ´ëÇÏ¿© TAdjust°¡ 1 ÀÌ¸é ½ÇÁ¦·Î ¿ª»óµÇ´Â ¿µ¿ªÀº (10,11) ~ (20,20) ÀÌ µÈ´Ù. °°Àº ¿µ¿ª¿¡ ´ëÇÏ¿© WAdjust°¡ 1 ÀÌ¸é ½ÇÁ¦·Î ¿ª»óµÇ´Â ¿µ¿ªÀº (10,10) ~ (21,20) ÀÌ µÈ´Ù. ¶ÇÇÑ °°Àº ¿µ¿ª¿¡ ´ëÇÏ¿© HAdjust°¡ 1 ÀÌ¸é ½ÇÁ¦·Î ¿ª»óµÇ´Â ¿µ¿ªÀº (10,10) ~ (20,21) ÀÌ µÈ´Ù.

Example