Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteCommand Class / To Property


In This Topic
To Property (ClipboardPasteCommand)
In This Topic
Gets the target range reference which data is copied top.
Syntax
'Declaration
 
Public ReadOnly Property To As Reference
 
'Usage
 
Dim instance As ClipboardPasteCommand
Dim value As Reference
 
value = instance.To
See Also