InsertRowsAfter Method (index, rows)

Yogesh.ExcelXml

A Sandcastle Documented Class Library InsertRowsAfter Method (index, rows)
NamespacesYogesh.ExcelXmlWorksheetInsertRowsAfter(Int32, Int32)
Inserts a specific number of rows after a cell
Declaration Syntax
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
)
Parameters
index (Int32)
Index of row after which the new rows are inserted
rows (Int32)
Number of rows to insert

Assembly: Yogesh.ExcelXml (Module: Yogesh.ExcelXml) Version: 2.89.501.2158