Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The ItemCheckBox property shows or hides an item's check box. By default, the item is automatically given a check box if it's column's ColumnCheckBox property is true. If so, all newly added rows will get check boxes in that column. You can then use this property to selectively show or hide check boxes on a per item basis.

...

Code Block
// Hide the check box on row 10 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ItemCheckBox[2;10]", 0)

See Also

ItemCheckedColumnCheckBox