DeleteRows Method (row, numberOfRows, cascade)

Yogesh.ExcelXml

A Sandcastle Documented Class Library DeleteRows Method (row, numberOfRows, cascade)
NamespacesYogesh.ExcelXmlWorksheetDeleteRows(Row, Int32, Boolean)
Delete a specific number of rows starting from a row instance
Declaration Syntax
C# Visual Basic Visual C++
public void DeleteRows(
	Row row,
	int numberOfRows,
	bool cascade
)
Public Sub DeleteRows ( _
	row As Row, _
	numberOfRows As Integer, _
	cascade As Boolean _
)
public:
void DeleteRows(
	Row^ row, 
	int numberOfRows, 
	bool cascade
)
Parameters
row (Row)
Instance 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