- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Srinivas,
You should be able to do this in the calculate event of Row1, something like;
if (Cell1.rawValue == "1")
{
Cell2.presence = "hidden";
Cell3.presence = "hidden";
Cell4.presence = "hidden";
}
Regards
Bruce
Views
Replies
0 Likes
Total Likes