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 定数:xlFillDaysxlFillFormatsxlFillSeriesxlFillWeekdaysxlGrowthTrendxlFillDefaultdefault
xlFillMonths xlFillMonthsxlFillValuesxlFillYearsxlLinearTrendこの引数が xlFillDefault または省略された場合、Microsoft Excel はソース範囲に基づいて最も適切な塗りつぶしの種類を選択します。