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