Search
Selection.AddRows Method (Int32)
See Also
 






Adds the row with the specified index to the selection.

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

 Syntax

C#  Copy Code

public void AddRows (
    int index
)

Visual Basic  Copy Code

Public Sub AddRows( _
    index As Integer _
)

 Parameters

index

The index of the row to add.

 See Also