Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragDropUndoAction Class / columnInfoSource Field


In This Topic
    columnInfoSource Field
    In This Topic
    Specifies the column-level contents of source range (before the drag and drop), if copy is false.
    Syntax
    'Declaration
     
    
    Protected columnInfoSource As ColumnClipInfoRange
    'Usage
     
    
    Dim instance As CellDragDropUndoAction
    Dim value As ColumnClipInfoRange
     
    value = instance.columnInfoSource
     
    instance.columnInfoSource = value
    protected ColumnClipInfoRange columnInfoSource
    See Also