Excel.CellControl type

Represents an interactable control inside of a cell.

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