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


In This Topic
    columnInfo Field (CellDragDropUndoAction)
    In This Topic
    Specifies the column-level contents of the target range (before the drag and drop).
    Syntax
    'Declaration
     
    
    Protected columnInfo As ColumnClipInfoRange
    'Usage
     
    
    Dim instance As CellDragDropUndoAction
    Dim value As ColumnClipInfoRange
     
    value = instance.columnInfo
     
    instance.columnInfo = value
    protected ColumnClipInfoRange columnInfo
    See Also