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


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

    Property Value

    The pasted cell range.
    See Also