Range.AutoFill(Range, XlAutoFillType) 方法

定义

对指定区域中的单元格执行自动填充。

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

参数

Destination
Range

必需的 Range 对象。 要填充的单元格。 目标区域必须包括源区域。

Type
XlAutoFillType

可选 XlAutoFillType。 指定填充类型。 可以是以下 XlAutoFillType 常量之一:xlFillDaysxlFillFormatsxlFillSeriesxlFillWeekdaysxlGrowthTrendxlFillCopyxlFillDefaultdefaultxlFillMonthsxlFillValuesxlFillYearsxlLinearTrend如果此参数为 xlFillDefault 或省略, Microsoft Excel 根据源范围选择最合适的填充类型。

返回

适用于