Retrieves or sets a value indicating whether the cell has an
associated push button.
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 or the column's key. | |||
Boolean | A boolean expression that indicates whether the cell contains a button. |
The caption of the push button is defined by the CellValue
property. Use the Def property to assign buttons
to all cells in the column. Use the CellButtonAutoWidth
property to specify whether the buttons fit the cell's content. If you need multiple buttons inside the same
cell, you can split the cell in multiple pieces and add a button to
each piece. Use the SplitCell
property to split a cell. Use the Background(exCellButtonUp)
or Background(exCellButtonDown) property to change the visual
appearance for the buttons in the control.