property Item.Value(ColIndex as Variant) as Variant
Specifies the cell's value.

TypeDescription
ColIndex as Variant A Long expression that specifies the index of the column, or A String expression that specifies the name of the column to query for cell's caption.
Variant A VARIANT expression that specifies the cell's value.
The Value property specifies the cell's value ( for instance, if the cell display HTML text, the cell's value includes the HTML tags ). The Caption property specifies the cell's caption ( the text being shown on the cell, including no HTML tags ).  The UserData associates any-extra data to the item. The ValueFromPoint property retrieves the value from the point, into a face of exFaceTree type. The Value property indicates the value of the selected cell. The Def(exCellCaptionFormat) property specifies whether the column supports HTML format.  The HasCheckBox property retrieves or sets a value indicating whether the cell has a checkbox associated or not. The Items property returns the item's child collection. The Add method of the Columns object adds a new column to the list. The HasRadioButton property shows or hides the cell's radio-button. The RadioGroup property arranges multiple radio-buttons to the same group. The State property of the Item indicates the state of the radio-button.  

The Value supports the following built-in HTML tags: