次の方法で共有


IDlgGridControl.SetCellDirtyState(Int32, Int32, Boolean) メソッド

定義

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)

パラメーター

nRowIndex
Int32
nColIndex
Int32
bDirty
Boolean

適用対象