DlgGridControl.SetSelectedCell(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- rowIndex
- Int32
- colIndex
- Int32