MoveToNextCellThenControl Property
In This Topic
Gets or sets whether to process the Tab key as a way of advancing to the next control when tabbing from the last cell.
Syntax
'Declaration
Public Property MoveToNextCellThenControl As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.MoveToNextCellThenControl = value
value = instance.MoveToNextCellThenControl
public bool MoveToNextCellThenControl {get; set;}
Example
This example sets the MoveToNextCellThenControl property.
See Also