Spread WinForms 15
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
See Also