Spread Windows Forms 15.0
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()
    protected CellRange GetTargetCellRange()
    See Also