Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ClipboardPastingEventArgs Class / CellRange Property


In This Topic
    CellRange Property (ClipboardPastingEventArgs)
    In This Topic
    Gets the cell range for pasting.
    Syntax
    'Declaration
     
    Public ReadOnly Property CellRange As CellRange
    'Usage
     
    Dim instance As ClipboardPastingEventArgs
    Dim value As CellRange
     
    value = instance.CellRange
    public CellRange CellRange {get;}

    Property Value

    Pasted cell range.
    See Also