'Declaration Public Function New( _ ByVal startRange As CellRange, _ ByVal fillRange As CellRange, _ ByVal autoFillType As AutoFillType, _ ByVal fillDirection As FillDirection _ )
'Usage Dim startRange As CellRange Dim fillRange As CellRange Dim autoFillType As AutoFillType Dim fillDirection As FillDirection Dim instance As New DragFillExtent(startRange, fillRange, autoFillType, fillDirection)
public DragFillExtent( CellRange startRange, CellRange fillRange, AutoFillType autoFillType, FillDirection fillDirection )
Parameters
- startRange
- The drag fill start range.
- fillRange
- The drag fill end range.
- autoFillType
- The GrapeCity.Windows.SpreadSheet.UI.AutoFillType indicates the fill type.
- fillDirection
- The drag fill direction.