GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / AutoFill Method / AutoFill(String,AutoFillType) Method
The cells to be filled. The destination must include the source range.
Specifies the fill type.


In This Topic
AutoFill(String,AutoFillType) Method
In This Topic
Performs an autofill on the cells in the specified range.
Syntax
'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)

Parameters

destination
The cells to be filled. The destination must include the source range.
type
Specifies the fill type.
See Also