Items object
The Items object contains a collection of items. Each item is identified by an index. Each item contains a collection of cells. The number of cells is determined by the number of Column objects in the control. To access the Items collection use Items property of the control. Using the Items collection you can add, remove or change the control items.  The Items object supports the following properties and methods:

NameDescription
AddAdds a new item, and returns the index of the newly created item.
CaptionRetrieves or sets the text displayed by a specific cell.
CaptionFormatSpecifies how the cell's caption is displayed.
CellBackColorRetrieves or sets the cell's background color.
CellBoldRetrieves or sets a value that indicates whether the cell's caption should appear in bold.
CellCheckedRetrieves the cell's index that is checked on a specific radio group.
CellDataRetrieves or sets a value that indicates the extra data for a specific cell.
CellEnabledReturns or sets a value that determines whether a cell can respond to user-generated events.
CellFontRetrieves or sets the cell's font.
CellForeColorRetrieves or sets the cell's foreground color.
CellHAlignmentRetrieves or sets a value that indicates the alignment of the cell's caption.
CellHasButtonRetrieves or sets a value indicating whether the cell has associated a push button.
CellHasCheckBoxRetrieves or sets a value indicating whether the cell has associated a checkbox.
CellHasRadioButtonRetrieves or sets a value indicating whether the cell has associated a radio button.
CellHyperLinkSpecifies whether the cell's is highlighted when the cursor mouse is over the cell.
CellImageRetrieves or sets a value that indicates the index of the cell's image into Images collection.
CellImagesSpecifies an additional list of icons shown in the cell.
CellItalicRetrieves or sets a value that indicates whether the cell's caption should appear in italic.
CellMergeRetrieves or sets a value that indicates the index of the cell that's merged to.
CellPictureRetrieves or sets a value that indicates the Picture object displayed by the cell.
CellPictureHeightRetrieves or sets a value that indicates the height of the cell's picture.
CellPictureWidthRetrieves or sets a value that indicates the width of the cell's picture.
CellRadioGroupRetrieves or sets a value indicating the radio group where the cell is contained.
CellSingleLineRetrieves or sets a value indicating whether the cell's caption is painted using one or more lines.
CellStateRetrieves or sets the cell's state. Has effect only for cells of check or radio types.
CellStrikeOutRetrieves or sets a value that indicates whether the cell's caption should appear in strikeout.
CellToolTipRetrieves or sets a value that indicates the cell's tooltip.
CellUnderlineRetrieves or sets a value that indicates whether the cell's caption is underlined.
CellVAlignmentRetrieves or sets a value that indicates how the cell's caption is vertically aligned.
ClearCellBackColorClears the cell's background color.
ClearCellForeColorClears the cell's foreground color.
ClearCellHAlignmentClears the cell's alignment.
ClearItemBackColorClears the item's background color.
ClearItemForeColorClears the item's foreground color.
CountRetrieves the number of items.
EditEdits a cell.
EnableItemReturns or sets a value that determines whether a item can respond to user-generated events.
EnsureVisibleColumnEnsures that a column fits the control client area.
EnsureVisibleItemEnsures the given item is in the visible client area.
FindItemFinds an item, looking for Caption in ColIndex colum. The searching starts at StartIndex item.
FindItemDataFinds the item giving its data.
FirstVisibleItemRetrieves the index of the first visible item into control.
FocusItemRetrieves the index of the item that has the focus.
FormatCellSpecifies the custom format to display the cell's content.
IsItemVisibleChecks if the specific item is in the visible client area.
ItemAllowSizingRetrieves or sets a value that indicates whether a user can resize the item at run-time.
ItemBackColorRetrieves or sets a background color for a specific item.
ItemBoldRetrieves or sets a value that indicates whether the item should appear in bold.
ItemBreakRetrieves or sets a value that indicates whether the item is painted as a break line.
ItemDataRetrieves or sets a value that indicates the extra data for a specific item.
ItemFontRetrieves or sets the item's font.
ItemForeColorRetrieves or sets a foreground color for a specific item.
ItemHeightRetrieves or sets the item's height.
ItemItalicRetrieves or sets a value that indicates whether the item should appear in italic.
ItemMaxHeightRetrieves or sets a value that indicates the maximum height when the item's height is variable.
ItemMinHeightRetrieves or sets a value that indicates the minimum height when the item's height is sizing.
ItemPositionRetrieves or sets a value that indicates the item's position.
ItemStrikeOutRetrieves or sets a value that indicates whether the item should appear in strikeout.
ItemToVirtualGets the index of the virtual item giving the index of the item in the list.
ItemUnderlineRetrieves or sets a value that indicates whether the item is underlined.
LastVisibleItemRetrieves the index of the last visible item.
MatchItemCountRetrieves the number of items that match the filter.
NextVisibleItemRetrieves the index of next visible item.
PrevVisibleItemRetrieves the index of previous visible item.
RemoveRemoves a specific item.
RemoveAllRemoves all items from the control.
RemoveSelectionRemoves the selected items (including the descendents).
SelectableItemSpecifies whether the user can select the item.
SelectAllSelects all items.
SelectCountRetrieves the count of selected items.
SelectedItemRetrieves the selected item's index given its index into selected items collection.
SelectItemSelects or unselects a specific item.
SortSorts a column.
SortableItemSpecifies whether the item is sortable.
UnselectAllUnselects all items.
VirtualToItemGets the index of the item in the list giving the index of the virtual item.
VisibleCountRetrieves the number of visible items.
VisibleItemCountRetrieves the number of visible items.