[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.DragFillEventArgs

DragFillEventArgs Class

Represents the event data for the DragFill event for the Spread component, which occurs when the range of cells is being dragged and filled.

Inheritance
DragFillEventArgs
Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public class DragFillEventArgs : EventArgs
Public Class DragFillEventArgs
    Inherits EventArgs

Properties

Name Description
Cancel

Gets or sets a boolean value to allow user to cancel drag filling

FillRange

The range will be filled after drag-fill process.

ShowContextMenu

Gets or sets a boolean value that determines whether the context menu is shown during the drag-fill process.

SourceRange

The range contain data of drag-fill process.