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


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