Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / WorkbookSet Class / CopyingWorkbook Property


In This Topic
    CopyingWorkbook Property
    In This Topic
    Gets the workbook which is processing copy action.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CopyingWorkbook As Workbook
    'Usage
     
    
    Dim instance As WorkbookSet
    Dim value As Workbook
     
    value = instance.CopyingWorkbook
    public Workbook CopyingWorkbook {get;}
    See Also