IDlgGridControl.SetCellDirtyState(Int32, Int32, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
void SetCellDirtyState(int nRowIndex, int nColIndex, bool bDirty);
public void SetCellDirtyState (int nRowIndex, int nColIndex, bool bDirty);
abstract member SetCellDirtyState : int * int * bool -> unit
Public Sub SetCellDirtyState (nRowIndex As Integer, nColIndex As Integer, bDirty As Boolean)
Paramètres
- nRowIndex
- Int32
- nColIndex
- Int32
- bDirty
- Boolean