Range.AutoFill(Range, XlAutoFillType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对指定区域中的单元格执行自动填充。
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
参数
- Type
- XlAutoFillType
可选 XlAutoFillType。 指定填充类型。 可以是以下 XlAutoFillType 常量之一:xlFillDaysxlFillFormatsxlFillSeriesxlFillWeekdaysxlGrowthTrendxlFillCopyxlFillDefaultdefault
xlFillMonthsxlFillValuesxlFillYearsxlLinearTrend如果此参数为 xlFillDefault 或省略, Microsoft Excel 根据源范围选择最合适的填充类型。