ExcelScript.CellControl type

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

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

注解

通过以下链接详细了解此类型别名中的类型。

ExcelScript.UnknownCellControlExcelScript.EmptyCellControlExcelScript.MixedCellControlExcelScript.CheckboxCellControl