A Sandcastle Documented Class Library
InsertRowsAfter Method (index, rows)
Namespaces ► Yogesh.ExcelXml ► Worksheet ► InsertRowsAfter(Int32, Int32)
Inserts a specific number of rows after a cell

C# | Visual Basic | Visual C++ |
public void InsertRowsAfter( int index, int rows )
Public Sub InsertRowsAfter ( _ index As Integer, _ rows As Integer _ )
public: void InsertRowsAfter( int index, int rows )

- index (Int32)
- Index of row after which the new rows are inserted
- rows (Int32)
- Number of rows to insert