Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ExcelScript.CellControl type

Package:
ExcelScript

Represents an interactable control inside of a cell.

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

Remarks

Used by

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

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


Feedback

Was this page helpful?