NamedRange.FillUp Method (2007 System)

Fills up from the bottom cell or cells in the NamedRange control to the top of the range.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
Public Function FillUp As Object
'Usage
Dim instance As NamedRange 
Dim returnValue As Object 

returnValue = instance.FillUp()
public Object FillUp()
public:
Object^ FillUp()
public function FillUp() : Object

Return Value

Type: System.Object

Remarks

The contents and formatting of the cell or cells in the bottom row of the range are copied into the rest of the rows in the range.

.NET Framework Security

See Also

Reference

NamedRange Class

NamedRange Members

Microsoft.Office.Tools.Excel Namespace