GridControl.GetCurrentCell(Int64, Int32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
virtual void GetCurrentCell([Runtime::InteropServices::Out] long % rowIndex, [Runtime::InteropServices::Out] int % columnIndex);
public void GetCurrentCell (out long rowIndex, out int columnIndex);
abstract member GetCurrentCell : int64 * int -> unit
override this.GetCurrentCell : int64 * int -> unit
Public Sub GetCurrentCell (ByRef rowIndex As Long, ByRef columnIndex As Integer)
Parámetros
- rowIndex
- Int64
- columnIndex
- Int32