Range.FillLeft Method
Fills left from the rightmost 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 FillLeft As Object
'Usage
Dim instance As Range
Dim returnValue As Object
returnValue = instance.FillLeft()
Object FillLeft()
Return Value
Type: System.Object
Remarks
The contents and formatting of the cell or cells in the rightmost column of a range are copied into the rest of the columns in the range.