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