Sets the active cell at the specified column and row.
Namespace: Spire.Spreadsheet.FormsAssembly: 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