DeleteCell Method (index, cascade)

Yogesh.ExcelXml

A Sandcastle Documented Class Library DeleteCell Method (index, cascade)
NamespacesYogesh.ExcelXmlRowDeleteCell(Int32, Boolean)
Deletes a cell
Declaration Syntax
C# Visual Basic Visual C++
public void DeleteCell(
	int index,
	bool cascade
)
Public Sub DeleteCell ( _
	index As Integer, _
	cascade As Boolean _
)
public:
void DeleteCell(
	int index, 
	bool cascade
)
Parameters
index (Int32)
Index of cell to delete
cascade (Boolean)
if true, the cell is removed and cells to the right are cascaded leftwards. if false, the cell is only emptied

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