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


In This Topic
    FillRange Property (DragFillBlockCompletedEventArgs)
    In This Topic
    Gets the range used for the fill operation.
    Syntax
    'Declaration
     
    Public ReadOnly Property FillRange As CellRange
    'Usage
     
    Dim instance As DragFillBlockCompletedEventArgs
    Dim value As CellRange
     
    value = instance.FillRange
    public CellRange FillRange {get;}

    Property Value

    The range used for the fill operation.
    See Also