Spread 8.0 Documentation
Example
Support Options

Glossary Item Box

Example


The following example allows the user to use the Tab key in the sheet to move the active cell.

C++

// Tab key moves focus to next cell
m_Spread.SetProcessTab(TRUE);

Visual Basic

' Tab key moves focus to next cell
fpSpread1.ProcessTab = True

Copyright © GrapeCity, inc. All rights reserved.