IDlgGridControl.SetCellDirtyState(Int32, Int32, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- nRowIndex
- Int32
- nColIndex
- Int32
- bDirty
- Boolean