Gets or sets whether to process the Tab key as a way of advancing to the next active cell in the Spread component.
Syntax
'Declaration
Public Property ProcessTab As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.ProcessTab = value
value = instance.ProcessTab
public bool ProcessTab {get; set;}
See Also