Search
Selection.AddRows Method (Int32, Int32)
See Also
 






Adds a range of rows to the selection.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void AddRows (
    int index,
    int count
)

Visual Basic  Copy Code

Public Sub AddRows( _
    index As Integer, _
    count As Integer _
)

 Parameters

index

The index of the first rows in the range.

count

The number of rows to add.

 See Also