Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragDropUndoAction Class / column Field


In This Topic
column Field (CellDragDropUndoAction)
In This Topic
Specifies the starting column index of the range to drag and drop.
Syntax
'Declaration
 
Protected column As Integer
 
'Usage
 
Dim instance As CellDragDropUndoAction
Dim value As Integer
 
value = instance.column
 
instance.column = value
See Also