Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / CopyingRange Property


In This Topic
CopyingRange Property (CommandResult)
In This Topic
Gets the copying range.
Syntax
'Declaration
 
Public Property CopyingRange As WorksheetReference
 
'Usage
 
Dim instance As CommandResult
Dim value As WorksheetReference
 
instance.CopyingRange = value
 
value = instance.CopyingRange
See Also