Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / CellDragFillUndoAction Class / GetTargetCellRange Method


In This Topic
GetTargetCellRange Method
In This Topic
Calculates the target CellRange object for the drag-fill operation based on the source range and fill direction.
Syntax
'Declaration
 
Protected Function GetTargetCellRange() As CellRange
 
'Usage
 
Dim instance As CellDragFillUndoAction
Dim value As CellRange
 
value = instance.GetTargetCellRange()
See Also