2009-08-26 2 views

답변

8

constructor for HtmlTableCell은 태그 이름을 사용하므로 "th"를 전달하여 테이블 헤더로 만들 수 있습니다.

HtmlTableCell cell1 = new HtmlTableCell("th"); 
+0

감사합니다, 그것은 그렇게 간단 몰랐습니다! – sandeep

0
HtmlTableCell cell1 = new HtmlTableCell("th");