Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / CopyingRanges Property


In This Topic
    CopyingRanges Property (Workbook)
    In This Topic
    Gets the multiple cell range which is processing copy action.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CopyingRanges As WorksheetReference()
    'Usage
     
    
    Dim instance As Workbook
    Dim value() As WorksheetReference
     
    value = instance.CopyingRanges
    public WorksheetReference[] CopyingRanges {get;}
    See Also