DlgGridControl.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:
virtual void SetCellDirtyState(int rowIndex, int colIndex, bool dirty);
public void SetCellDirtyState (int rowIndex, int colIndex, bool dirty);
abstract member SetCellDirtyState : int * int * bool -> unit
override this.SetCellDirtyState : int * int * bool -> unit
Public Sub SetCellDirtyState (rowIndex As Integer, colIndex As Integer, dirty As Boolean)
Parameters
- rowIndex
- Int32
- colIndex
- Int32
- dirty
- Boolean