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


In This Topic
    row Field (CellDragDropUndoAction)
    In This Topic
    Specifies the starting row index of the range to drag and drop.
    Syntax
    'Declaration
     
    
    Protected row As Integer
    'Usage
     
    
    Dim instance As CellDragDropUndoAction
    Dim value As Integer
     
    value = instance.row
     
    instance.row = value
    protected int row
    See Also