IDlgGridControl.IsCellDirty(Int32, Int32) 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:
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
Parameters
- nRowIndex
- Int32
- nColIndex
- Int32