Spread Windows Forms 15.0
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
    public WorksheetReference CopyingRange {get;}
    See Also