Partager via


ExcelScript.CellControl type

Représente un contrôle interagissant à l’intérieur d’une cellule.

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

Remarques

Pour en savoir plus sur les types de cet alias de type, consultez les liens suivants.

ExcelScript.UnknownCellControl, ExcelScript.EmptyCellControl, ExcelScript.MixedCellControl, ExcelScript.CheckboxCellControl