Excel.CellControl type

Represents an interactable control inside of a cell.

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

Remarks

[ API set: ExcelApi 1.18 ]