Skip to content

Instantly share code, notes, and snippets.

@cerkit
Created August 15, 2014 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cerkit/22701c208c87613e28b3 to your computer and use it in GitHub Desktop.
Save cerkit/22701c208c87613e28b3 to your computer and use it in GitHub Desktop.
Set boolean property using evaluation of boolean expression
C1GridView1.Columns.ColumnByName("Age Allocated").Visible = Mid(C1, 40, 1) = "Y"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment