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


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