DeleteRow Method (row)

Yogesh.ExcelXml

A Sandcastle Documented Class Library DeleteRow Method (row)
NamespacesYogesh.ExcelXmlWorksheetDeleteRow(Row)
Deletes a row
Declaration Syntax
C# Visual Basic Visual C++
public void DeleteRow(
	Row row
)
Public Sub DeleteRow ( _
	row As Row _
)
public:
void DeleteRow(
	Row^ row
)
Parameters
row (Row)
Instance of row to delete
Remarks
The row is removed and rows after the row specified are cascaded upwards.

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