Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ClipboardCutUndoAction Class / text Field


In This Topic
    text Field (ClipboardCutUndoAction)
    In This Topic
    Specifies the text if copyOptions is AsString or AsStringSkipHidden
    Syntax
    'Declaration
     
    
    Protected text As String
    'Usage
     
    
    Dim instance As ClipboardCutUndoAction
    Dim value As String
     
    value = instance.text
     
    instance.text = value
    protected string text
    See Also