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


In This Topic
fillCount Field
In This Topic
Specifies the number of rows or columns to fill.
Syntax
'Declaration
 
Protected fillCount As Integer
 
'Usage
 
Dim instance As CellDragFillUndoAction
Dim value As Integer
 
value = instance.fillCount
 
instance.fillCount = value
See Also