Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / DragFillExtent Class / FillRange Property


In This Topic
    FillRange Property (DragFillExtent)
    In This Topic
    Gets the drag fill end range.
    Syntax
    'Declaration
     
    Public ReadOnly Property FillRange As CellRange
    'Usage
     
    Dim instance As DragFillExtent
    Dim value As CellRange
     
    value = instance.FillRange
    public CellRange FillRange {get;}
    See Also