Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / Paste Method


In This Topic
    Paste Method (MultiColumnEditor)
    In This Topic
    Pastes the contents of the Clipboard into the edit control.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Paste() 
    'Usage
     
    
    Dim instance As MultiColumnEditor
     
    instance.Paste()
    public virtual void Paste()
    See Also