ExcelScript.CellControl type

表示单元格内的可交互控件。

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