SpreadsheetGear 2017
AutoFill Method (IRange)






SpreadsheetGear Namespace > IRange Interface : AutoFill Method
Specifies the destination range to fill.
Specifies the type of fill to perform.
Automatically fills the destination range given the starting values from this range and the specified AutoFillType.
Syntax
'Declaration
 
Sub AutoFill( _
   ByVal destination As IRange, _
   ByVal autoFillType As AutoFillType _
) 
'Usage
 
Dim instance As IRange
Dim destination As IRange
Dim autoFillType As AutoFillType
 
instance.AutoFill(destination, autoFillType)
procedure AutoFill( 
    destination: IRange;
    autoFillType: AutoFillType
); 
function AutoFill( 
   destination : IRange,
   autoFillType : AutoFillType
);

Parameters

destination
Specifies the destination range to fill.
autoFillType
Specifies the type of fill to perform.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IRange Interface
IRange Members