Gets or sets whether to process the Tab key as a way of advancing to the next active cell in the Spread component.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property ProcessTab As Boolean  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As FpSpread
Dim value As Boolean
 
instance.ProcessTab = value
 
value = instance.ProcessTab  | 
 
| C# |   | 
|---|
public bool ProcessTab {get; set;} | 
 
            
            
            Property Value
true to process the tab key; 
false otherwise
 
            
			
			
            Remarks
            
            
            
Example
| C# |  Copy Code | 
|---|
FpSpread1.ProcessTab = false;   | 
 
| Visual Basic |  Copy Code | 
|---|
FpSpread1.ProcessTab = False   | 
 
 
            
            
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
            
            
See Also