DlgGridControl.SetSelectedCell(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:
virtual void SetSelectedCell(int rowIndex, int colIndex);
public void SetSelectedCell (int rowIndex, int colIndex);
abstract member SetSelectedCell : int * int -> unit
override this.SetSelectedCell : int * int -> unit
Public Sub SetSelectedCell (rowIndex As Integer, colIndex As Integer)
Parâmetros
- rowIndex
- Int32
- colIndex
- Int32