Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardInsertCommand Class / To Property


In This Topic
    To Property (ClipboardInsertCommand)
    In This Topic
    Gets the target range reference which data is copied top.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property To As Reference
    'Usage
     
    
    Dim instance As ClipboardInsertCommand
    Dim value As Reference
     
    value = instance.To
    public Reference To {get;}
    See Also