DeleteRows Method (index, numberOfRows, cascade)

Yogesh.ExcelXml

A Sandcastle Documented Class Library DeleteRows Method (index, numberOfRows, cascade)
NamespacesYogesh.ExcelXmlWorksheetDeleteRows(Int32, Int32, Boolean)
Delete a specific number of rows starting from a row index
Declaration Syntax
C# Visual Basic Visual C++
public void DeleteRows(
	int index,
	int numberOfRows,
	bool cascade
)
Public Sub DeleteRows ( _
	index As Integer, _
	numberOfRows As Integer, _
	cascade As Boolean _
)
public:
void DeleteRows(
	int index, 
	int numberOfRows, 
	bool cascade
)
Parameters
index (Int32)
Index of row from which the rows are deleted
numberOfRows (Int32)
Number of rows to delete
cascade (Boolean)
if true, the rows are removed and rows after the row specified are cascaded upwards. if false, the rows are only emptied

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