Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ClipboardPasteCommand Class / To Property


In This Topic
    To Property (ClipboardPasteCommand)
    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 ClipboardPasteCommand
    Dim value As Reference
     
    value = instance.To
    public Reference To {get;}
    See Also