IDlgGridControl.GetSelectedCell(Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)
Paramètres
- nRowIndex
- Int32
- nColIndex
- Int32