Excel.CellControl type
表示单元格内的可交互控件。
export type CellControl = UnknownCellControl | EmptyCellControl | MixedCellControl | CheckboxCellControl;
表示单元格内的可交互控件。
export type CellControl = UnknownCellControl | EmptyCellControl | MixedCellControl | CheckboxCellControl;