property Item.HasButton(ColIndex as Variant) as Boolean
Retrieves or sets a value indicating whether the cell has a button associated or not.

TypeDescription
ColIndex as Variant A Long expression that indicates the index of the column, or a string expression that specifies the name of the column, where to display the cell's button.
Boolean A Boolean expression that specifies whether the cell's button is visible or hidden.
By default, the cell's button is hidden. The HasButton property specifies whether the cell's button is visible or hidden. The FaceTreeButtonClick event occurs once the user clicks a button. The Def(exCellHasButton) property of the Column, assign buttons to all cells in the column.  The HasCheckBox property specifies whether the cell displays a check box. The HasRadioButton property specifies whether the cell displays a radio-button. Use the RadioGroup property to group more radio buttons to a single group.