'DeclarationSub AutoFill( _ ByVal destination As IRange, _ ByVal autoFillType As AutoFillType _ )
'UsageDim instance As IRange Dim destination As IRange Dim autoFillType As AutoFillType instance.AutoFill(destination, autoFillType)
void AutoFill( IRange destination, AutoFillType autoFillType )
Parameters
- destination
- Specifies the destination range to fill.
- autoFillType
- Specifies the type of fill to perform.