Excel.CellControl type

表示单元格内的可交互控件。 [ API 集:ExcelApi BETA (仅预览版) ]

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