AutoFill(String,AutoFillType) Method
Performs an autofill on the cells in the specified range.
'Declaration
Overloads Sub AutoFill( _
ByVal As String, _
Optional ByVal As AutoFillType _
)
'Usage
Dim instance As IRange
Dim destination As String
Dim type As AutoFillType
instance.AutoFill(destination, type)
Parameters
- destination
- The cells to be filled. The destination must include the source range.
- type
- Specifies the fill type.