GridControl.IsACellBeingEditedInternal(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.
protected:
virtual bool IsACellBeingEditedInternal([Runtime::InteropServices::Out] long % rowIndex, [Runtime::InteropServices::Out] int % columnIndex);
protected virtual bool IsACellBeingEditedInternal (out long rowIndex, out int columnIndex);
abstract member IsACellBeingEditedInternal : int64 * int -> bool
override this.IsACellBeingEditedInternal : int64 * int -> bool
Protected Overridable Function IsACellBeingEditedInternal (ByRef rowIndex As Long, ByRef columnIndex As Integer) As Boolean
Parameters
- rowIndex
- Int64
- columnIndex
- Int32