Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / DragDropBlockCompletedEventArgs Class / Copy Property


In This Topic
    Copy Property (DragDropBlockCompletedEventArgs)
    In This Topic
    Gets whether the source range is copied.
    Syntax
    'Declaration
     
    Public ReadOnly Property Copy As Boolean
    'Usage
     
    Dim instance As DragDropBlockCompletedEventArgs
    Dim value As Boolean
     
    value = instance.Copy
    public bool Copy {get;}

    Property Value

    A bool value that indicates whether the source range is copied.
    See Also