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


In This Topic
    pasteToFill Field
    In This Topic
    Specifies whether the paste operation was performed with ClipboardPasteToFill
    Syntax
    'Declaration
     
    
    Protected pasteToFill As Boolean
    'Usage
     
    
    Dim instance As ClipboardPasteUndoAction
    Dim value As Boolean
     
    value = instance.pasteToFill
     
    instance.pasteToFill = value
    protected bool pasteToFill
    See Also