Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragFillUndoAction Class / row Field


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