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


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