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.
束の 2 つの行が 1 つの色を表示し、次の 2 つの行が別の色を表示するように行の色を交互に追加するにはどうすればよいですか。
テーブル行のBackgroundColorプロパティを次のように設定してみてください。
=IIF(Floor((RowNumber(Nothing)-1)/2) Mod 2 = 0, "White", "Yellow")