Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragDropUndoAction Class / targetColumn Field


In This Topic
    targetColumn Field (CellDragDropUndoAction)
    In This Topic
    Specifies the destination column index for the drag and drop.
    Syntax
    'Declaration
     
    
    Protected targetColumn As Integer
    'Usage
     
    
    Dim instance As CellDragDropUndoAction
    Dim value As Integer
     
    value = instance.targetColumn
     
    instance.targetColumn = value
    protected int targetColumn
    See Also