Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DragFillBlockCompletedEventArgs Class / NumberToCopy Property


In This Topic
    NumberToCopy Property (DragFillBlockCompletedEventArgs)
    In This Topic
    Gets the number of rows or columns being filled.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property NumberToCopy As Integer
    'Usage
     
    
    Dim instance As DragFillBlockCompletedEventArgs
    Dim value As Integer
     
    value = instance.NumberToCopy
    public int NumberToCopy {get;}
    See Also