Spread Silverlight Documentation
ToRange Property


GrapeCity.Windows.SpreadSheet.UI Namespace > ValidationPastingEventArgs Class : ToRange Property
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

Reference

ValidationPastingEventArgs Class
ValidationPastingEventArgs Members