IDlgGridControl.GetSelectedCell(Int32, Int32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
void GetSelectedCell([Runtime::InteropServices::Out] int % nRowIndex, [Runtime::InteropServices::Out] int % nColIndex);
public void GetSelectedCell (out int nRowIndex, out int nColIndex);
abstract member GetSelectedCell : int * int -> unit
Public Sub GetSelectedCell (ByRef nRowIndex As Integer, ByRef nColIndex As Integer)
Parâmetros
- nRowIndex
- Int32
- nColIndex
- Int32