Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ClipboardPasteUndoAction Class / obj Field


In This Topic
    obj Field (ClipboardPasteUndoAction)
    In This Topic
    The object to paste.
    Syntax
    'Declaration
     
    
    Protected obj As Object
    'Usage
     
    
    Dim instance As ClipboardPasteUndoAction
    Dim value As Object
     
    value = instance.obj
     
    instance.obj = value
    protected object obj
    See Also