Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
[a] [b] [c]
flextable1.setWidget(0, 0, new Label("a")); flexTable1.setWidget(0, 1, new Label("b")); flexTable1.setWidget(0, 2, new Label("c"));
列aのみにオレンジ色の背景色を設定したい。設定方法は?私を助けてください。ありがとう。