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