Sets the active cell at the specified location.

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(
	CellAdressInfo cellAdressInfo
)
Sub SetActiveCell ( 
	cellAdressInfo As CellAdressInfo
)
void SetActiveCell(
	CellAdressInfo^ cellAdressInfo
)
abstract SetActiveCell : 
        cellAdressInfo : CellAdressInfo -> unit 

Parameters

cellAdressInfo
CellAdressInfo
Cell location.

See Also