DeleteRow Method (index, cascade)

Yogesh.ExcelXml

A Sandcastle Documented Class Library DeleteRow Method (index, cascade)
NamespacesYogesh.ExcelXmlWorksheetDeleteRow(Int32, Boolean)
Deletes a row
Declaration Syntax
C# Visual Basic Visual C++
public void DeleteRow(
	int index,
	bool cascade
)
Public Sub DeleteRow ( _
	index As Integer, _
	cascade As Boolean _
)
public:
void DeleteRow(
	int index, 
	bool cascade
)
Parameters
index (Int32)
Index 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