DlgGridControl.GetSelectedCell(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 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)
Parameters
- rowIndex
- Int32
- colIndex
- Int32