DeleteRow Method (row, cascade)

Yogesh.ExcelXml

A Sandcastle Documented Class Library DeleteRow Method (row, cascade)
NamespacesYogesh.ExcelXmlWorksheetDeleteRow(Row, Boolean)
Deletes a row
Declaration Syntax
C# Visual Basic Visual C++
public void DeleteRow(
	Row row,
	bool cascade
)
Public Sub DeleteRow ( _
	row As Row, _
	cascade As Boolean _
)
public:
void DeleteRow(
	Row^ row, 
	bool cascade
)
Parameters
row (Row)
Instance of row to delete
cascade (Boolean)
if true, the row is 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