Edit

Share via


ExcelScript.CellControl type

Represents an interactable control inside of a cell.

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