DeleteCell Method (cell, cascade)

Yogesh.ExcelXml

A Sandcastle Documented Class Library DeleteCell Method (cell, cascade)
NamespacesYogesh.ExcelXmlRowDeleteCell(Cell, Boolean)
Deletes a cell
Declaration Syntax
C# Visual Basic Visual C++
public void DeleteCell(
	Cell cell,
	bool cascade
)
Public Sub DeleteCell ( _
	cell As Cell, _
	cascade As Boolean _
)
public:
void DeleteCell(
	Cell^ cell, 
	bool cascade
)
Parameters
cell (Cell)
Instance 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