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


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

    Property Value

    The range used for the fill operation.
    See Also