FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SheetView Class : ActiveCell Property |
This property is available at run time only. Columns or rows that do not exist can not be active. This property returns null if there are no active cells.
fpSpread1.ActiveSheet.SetActiveCell(2, 2);
label1.Text = "The active cell is located at " + fpSpread1.ActiveSheet.ActiveCell.ToString();
FpSpread1.ActiveSheet.SetActiveCell(2, 2)
Label1.Text = "The active cell is located at " & FpSpread1.ActiveSheet.ActiveCell.ToString()
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10