InsertRowsAfter Method (row, rows)

Yogesh.ExcelXml

A Sandcastle Documented Class Library InsertRowsAfter Method (row, rows)
NamespacesYogesh.ExcelXmlWorksheetInsertRowsAfter(Row, Int32)
Inserts a specific number of rows after a cell
Declaration Syntax
C# Visual Basic Visual C++
public void InsertRowsAfter(
	Row row,
	int rows
)
Public Sub InsertRowsAfter ( _
	row As Row, _
	rows As Integer _
)
public:
void InsertRowsAfter(
	Row^ row, 
	int rows
)
Parameters
row (Row)
Instance 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