Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / AddRows Method / AddRows(Int32,Int32) Method
The row index at which to add rows.
The number of rows to add.


In This Topic
    AddRows(Int32,Int32) Method
    In This Topic
    Adds rows in this sheet.
    Syntax
    'Declaration
     
    Public Overloads Sub AddRows( _
       ByVal row As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim count As Integer
     
    instance.AddRows(row, count)
    public void AddRows( 
       int row,
       int count
    )

    Parameters

    row
    The row index at which to add rows.
    count
    The number of rows to add.
    See Also