Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ValidationPastingEventArgs Class / PastingRange Property


In This Topic
    PastingRange Property
    In This Topic
    Gets the pasting range.
    Syntax
    'Declaration
     
    Public ReadOnly Property PastingRange As CellRange
    'Usage
     
    Dim instance As ValidationPastingEventArgs
    Dim value As CellRange
     
    value = instance.PastingRange
    public CellRange PastingRange {get;}

    Property Value

    The pasting range.
    See Also