IDlgGridControl.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:
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)
Parameters
- nRowIndex
- Int32
- nColIndex
- Int32