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


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