Partager via


_TableView.AllowInCellEditing Propriété

Définition

Renvoie ou définit une valeur booléenne (bool en C#) qui détermine si la modification dans les cellules est autorisée dans l’objet TableView . Lecture-écriture.

public:
 property bool AllowInCellEditing { bool get(); void set(bool value); };
public bool AllowInCellEditing { get; set; }
Public Property AllowInCellEditing As Boolean

Valeur de propriété

Remarques

Si cette propriété a la valeur True, la MultiLine propriété de l’objet TableView est automatiquement définie sur olAlwaysSingleLine.

S’applique à