Excel.CellControl type

Represents an interactable control inside of a cell. [ API set: ExcelApi BETA (PREVIEW ONLY) ]

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