Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardPasteUndoAction Class / text Field


In This Topic
    text Field (ClipboardPasteUndoAction)
    In This Topic
    Specifies the previous text contents of the range (before the paste).
    Syntax
    'Declaration
     
    
    Protected text As String
    'Usage
     
    
    Dim instance As ClipboardPasteUndoAction
    Dim value As String
     
    value = instance.text
     
    instance.text = value
    protected string text
    See Also