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


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