Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / CopyingRange Property


In This Topic
CopyingRange Property (Workbook)
In This Topic
Gets the cell range which is processing copy action.
Syntax
'Declaration
 
Public ReadOnly Property CopyingRange As WorksheetReference
 
'Usage
 
Dim instance As Workbook
Dim value As WorksheetReference
 
value = instance.CopyingRange
See Also