property Item.Caption (ColIndex as Variant)
as String
Returns the cell's caption.
Type
Description
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.
String
A string expression that indicates the cell's caption.
The Caption property specifies the cell's caption ( the
text being shown on the cell, including no HTML tags ). 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 CaptionFromPoint
property retrieves the caption from the point, into a face of exFaceTree type.
The Caption property indicates the caption of the selected cell.