DlgGridControl.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:
virtual void GetSelectedCell([Runtime::InteropServices::Out] int % rowIndex, [Runtime::InteropServices::Out] int % colIndex);
public void GetSelectedCell(out int rowIndex, out int colIndex);
abstract member GetSelectedCell : int * int -> unit
override this.GetSelectedCell : int * int -> unit
Public Sub GetSelectedCell (ByRef rowIndex As Integer, ByRef colIndex As Integer)
Paramètres
- rowIndex
- Int32
- colIndex
- Int32