InsertRowsBefore Method (index, rows)

Yogesh.ExcelXml

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

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