SpreadsheetGear Namespace > IRange Interface : AutoFill Method |
'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)
void AutoFill( IRange destination, AutoFillType autoFillType )
procedure AutoFill( destination: IRange; autoFillType: AutoFillType );
function AutoFill( destination : IRange, autoFillType : AutoFillType );
void AutoFill( IRange* destination, AutoFillType autoFillType )
void AutoFill( IRange^ destination, AutoFillType autoFillType )
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