Excel.CellControl type

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

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

注解

[ API 集:ExcelApi 1.18 ]