DeleteCells Method (cell, numberOfCells, cascade)

Yogesh.ExcelXml

A Sandcastle Documented Class Library DeleteCells Method (cell, numberOfCells, cascade)
NamespacesYogesh.ExcelXmlRowDeleteCells(Cell, Int32, Boolean)
Delete a specific number of cells starting from a cell instance
Declaration Syntax
C# Visual Basic Visual C++
public void DeleteCells(
	Cell cell,
	int numberOfCells,
	bool cascade
)
Public Sub DeleteCells ( _
	cell As Cell, _
	numberOfCells As Integer, _
	cascade As Boolean _
)
public:
void DeleteCells(
	Cell^ cell, 
	int numberOfCells, 
	bool cascade
)
Parameters
cell (Cell)
Instance of cell from which the cells are deleted
numberOfCells (Int32)
Number of cells to delete
cascade (Boolean)
if true, the cells are removed and cells to the right are cascaded leftwards. if false, the cells are only emptied

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