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


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

    Property Value

    The pasted cell range.
    See Also