IDlgGridControl.IsCellDirty(Int32, Int32) 方法

定义

public:
 bool IsCellDirty(int nRowIndex, int nColIndex);
public bool IsCellDirty (int nRowIndex, int nColIndex);
abstract member IsCellDirty : int * int -> bool
Public Function IsCellDirty (nRowIndex As Integer, nColIndex As Integer) As Boolean

参数

nRowIndex
Int32
nColIndex
Int32

返回

适用于