Type | Description | |||
Item as Variant | A long expression that indicates the item's handle. | |||
ColIndex as Variant | A long expression that indicates the cell's handle or the column's index, a string expression that indicates the column's caption. | |||
Boolean | A boolean expression that indicates whether the cell should appear in strikeout. |
If the CellStrikeOut property is True, the cell's font is displayed with a
horizontal line through it. Use ItemBold, ItemItalic,
ItemUnderline or ItemStrikeOut
property to apply different font attributes to the item. Use the CellItalic,
CellUnderline, CellBold
or CellStrikeOut property to apply different font attributes to the cell. Use
the CellValueFormat property to specify
an HTML caption. Use the ConditionalFormats
method to apply formats to a cell or range of cells, and have that formatting
change depending on the value of the cell or the value of a formula.