Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / CopyingRanges Property


In This Topic
    CopyingRanges Property (CommandResult)
    In This Topic
    Gets the copying range.
    Syntax
    'Declaration
     
    
    Public Property CopyingRanges As WorksheetReference()
    'Usage
     
    
    Dim instance As CommandResult
    Dim value() As WorksheetReference
     
    instance.CopyingRanges = value
     
    value = instance.CopyingRanges
    public WorksheetReference[] CopyingRanges {get; set;}
    See Also