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


In This Topic
    rowInfo Field (ClipboardPasteUndoAction)
    In This Topic
    Specifies the row level contents of the range (before paste).
    Syntax
    'Declaration
     
    
    Protected rowInfo As RowClipInfoRange
    'Usage
     
    
    Dim instance As ClipboardPasteUndoAction
    Dim value As RowClipInfoRange
     
    value = instance.rowInfo
     
    instance.rowInfo = value
    protected RowClipInfoRange rowInfo
    See Also