Edit

Excel.CellControl type

Represents an interactable control inside of a cell.

export type CellControl = UnknownCellControl | EmptyCellControl | MixedCellControl | CheckboxCellControl;

Remarks

[Api set: ExcelApi 1.18]

Learn more about the types in this type alias through the following links.

Excel.UnknownCellControl, Excel.EmptyCellControl, Excel.MixedCellControl, Excel.CheckboxCellControl