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


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