GridControl.IsACellBeingEdited(Int64, 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:
virtual bool IsACellBeingEdited([Runtime::InteropServices::Out] long % nRowNum, [Runtime::InteropServices::Out] int % nColNum);
public bool IsACellBeingEdited (out long nRowNum, out int nColNum);
abstract member IsACellBeingEdited : int64 * int -> bool
override this.IsACellBeingEdited : int64 * int -> bool
Public Function IsACellBeingEdited (ByRef nRowNum As Long, ByRef nColNum As Integer) As Boolean
Parameters
- nRowNum
- Int64
- nColNum
- Int32