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


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