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


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