Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / ClipboardPasteUndoAction Class / model Field


In This Topic
    model Field (ClipboardPasteUndoAction)
    In This Topic
    The chart model to which the object is pasted to.
    Syntax
    'Declaration
     
    
    Protected model As ChartModel
    'Usage
     
    
    Dim instance As ClipboardPasteUndoAction
    Dim value As ChartModel
     
    value = instance.model
     
    instance.model = value
    protected ChartModel model
    See Also