IDlgGridControl.SetCellDirtyState(Int32, Int32, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- nRowIndex
- Int32
- nColIndex
- Int32
- bDirty
- Boolean