A Sandcastle Documented Class Library
InsertRowsBefore Method (index, rows)
Namespaces ► Yogesh.ExcelXml ► Worksheet ► InsertRowsBefore(Int32, Int32)
Inserts a specific number of rows before a row

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

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