'Declaration
Overloads Sub AutoFill( _ ByVal destination As String, _ Optional ByVal type As AutoFillType _ )
'Usage
Dim instance As IRange Dim destination As String Dim type As AutoFillType instance.AutoFill(destination, type)
void AutoFill( string destination, AutoFillType type )
Parameters
- destination
- The cells to be filled. The destination must include the source range.
- type
- Specifies the fill type.