AutoAdvance Property (FpSpread)
Gets or sets whether the user can move to another control from the first or last cell using Shift+Tab or the Tab key.
public bool AutoAdvance {get; set;}
'Declaration
Public Property AutoAdvance As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.AutoAdvance = value
value = instance.AutoAdvance