Sets the active cell at the specified column and row.

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void SetActiveCell(
	int row,
	int col
)
Sub SetActiveCell ( 
	row As Integer,
	col As Integer
)
void SetActiveCell(
	int row, 
	int col
)
abstract SetActiveCell : 
        row : int * 
        col : int -> unit 

Parameters

row
Int32
Row index.
col
Int32
Column index.

See Also