Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragDropUndoAction Class / targetRow Field


In This Topic
    targetRow Field
    In This Topic
    Specifies the destination row index for the drag and drop.
    Syntax
    'Declaration
     
    
    Protected targetRow As Integer
    'Usage
     
    
    Dim instance As CellDragDropUndoAction
    Dim value As Integer
     
    value = instance.targetRow
     
    instance.targetRow = value
    protected int targetRow
    See Also