Range.FillDown Method
Fills down from the top cell or cells in the specified range to the bottom of the range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function FillDown As Object
'Usage
Dim instance As Range
Dim returnValue As Object
returnValue = instance.FillDown()
Object FillDown()
Return Value
Type: System.Object
Remarks
The contents and formatting of the cell or cells in the top row of a range are copied into the rest of the rows in the range.