Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RowMoveUndoAction Class / movedToRow Field


In This Topic
    movedToRow Field
    In This Topic
    Specifies the destination row index.
    Syntax
    'Declaration
     
    
    Protected movedToRow As Integer
    'Usage
     
    
    Dim instance As RowMoveUndoAction
    Dim value As Integer
     
    value = instance.movedToRow
     
    instance.movedToRow = value
    protected int movedToRow
    See Also