Range.AutoFill(Range, XlAutoFillType) Method

Definition

Performs an autofill on the cells in the specified range.

public object AutoFill (Microsoft.Office.Interop.Excel.Range Destination, Microsoft.Office.Interop.Excel.XlAutoFillType Type = Microsoft.Office.Interop.Excel.XlAutoFillType.xlFillDefault);
Public Function AutoFill (Destination As Range, Optional Type As XlAutoFillType = Microsoft.Office.Interop.Excel.XlAutoFillType.xlFillDefault) As Object

Parameters

Destination
Range

Required Range object. The cells to be filled. The destination must include the source range.

Type
XlAutoFillType

Optional XlAutoFillType. Specifies the fill type. Can be one of these XlAutoFillType constants:xlFillDaysxlFillFormatsxlFillSeriesxlFillWeekdaysxlGrowthTrendxlFillCopyxlFillDefaultdefaultxlFillMonthsxlFillValuesxlFillYearsxlLinearTrendIf this argument is xlFillDefault or omitted, Microsoft Excel selects the most appropriate fill type, based on the source range.

Returns

Applies to