ListBox.CellTag


Warning

This item was deprecated in version 2019r2. Please use DesktopListBox.CellTagAt as a replacement.

Description

Gets or sets a "hidden" identifier associated with the cell identified by its parameters. Row and Column are zero-based.

Sample code

This example sets a tag for a cell.

Me.CellTag(1, 4) = "My Cell Tag"

Compatibility

All projects types on all supported operating systems.