FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class : CanFocus Property |
FpSpread1.Sheets[0].Cells[0, 1].CanFocus = false; FpSpread1.Sheets[0].Columns[2].CanFocus = true; FpSpread1.Sheets[0].Rows[2].CanFocus = true;
FpSpread1.Sheets(0).Cells(0, 1).CanFocus = False FpSpread1.Sheets(0).Columns(2).CanFocus = True FpSpread1.Sheets(0).Rows(2).CanFocus = True
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6