Edit

Share via


ExcelScript.CellControl type

Represents an interactable control inside of a cell.

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

Remarks

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

ExcelScript.UnknownCellControl, ExcelScript.EmptyCellControl, ExcelScript.MixedCellControl, ExcelScript.CheckboxCellControl