'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;}
FpSpread1.MoveToNextCellThenControl = true; FpSpread1.MoveToPreviousCellThenControl = true;
FpSpread1.MoveToNextCellThenControl = True FpSpread1.MoveToPreviousCellThenControl = True
FpSpread Class FpSpread Members