DeleteRows Method (row, numberOfRows)

Yogesh.ExcelXml

A Sandcastle Documented Class Library DeleteRows Method (row, numberOfRows)
NamespacesYogesh.ExcelXmlWorksheetDeleteRows(Row, Int32)
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
)
Public Sub DeleteRows ( _
	row As Row, _
	numberOfRows As Integer _
)
public:
void DeleteRows(
	Row^ row, 
	int numberOfRows
)
Parameters
row (Row)
Instance of row from which the rows are deleted
numberOfRows (Int32)
Number of rows to delete
Remarks
The rows are removed and rows after the row specified are cascaded upwards.

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