SelectionManager.SetCurrentCell(Int64, 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:
bool SetCurrentCell(long rowIndex, int columnIndex);
public bool SetCurrentCell (long rowIndex, int columnIndex);
member this.SetCurrentCell : int64 * int -> bool
Public Function SetCurrentCell (rowIndex As Long, columnIndex As Integer) As Boolean
Parameters
- rowIndex
- Int64
- columnIndex
- Int32