Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / AutoFill Method / AutoFill(Int32,Int32,Int32,Int32,AutoFillType) Method
Specifies the fill type.


In This Topic
    AutoFill(Int32,Int32,Int32,Int32,AutoFillType) Method
    In This Topic
    Performs an autofill on the cells in the specified range.
    Syntax
    'Declaration
     
    
    Overloads Sub AutoFill( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer, _
       Optional ByVal type As AutoFillType _
    ) 
    'Usage
     
    
    Dim instance As IRange
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim type As AutoFillType
     
    instance.AutoFill(row, column, row2, column2, type)
    void AutoFill( 
       int row,
       int column,
       int row2,
       int column2,
       AutoFillType type
    )

    Parameters

    row
    column
    row2
    column2
    type
    Specifies the fill type.
    See Also