/ Published in: Visual Basic
Set the BackgroundColor property to the following expression.
Expand |
Embed | Plain Text
=IIf(RowNumber(Nothing) mod 2 = 0, "Beige", Nothing)
You need to login to post a comment.
hoffstein on 11/03/08
1 person have marked this snippet as a favorite
Set the BackgroundColor property to the following expression.
=IIf(RowNumber(Nothing) mod 2 = 0, "Beige", Nothing)
You need to login to post a comment.