Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ClipboardPastedEventArgs Class / CellRange Property


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