Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / RowMoveUndoAction Class / row Field


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