DeleteCells Method (cell, numberOfCells)

Yogesh.ExcelXml

A Sandcastle Documented Class Library DeleteCells Method (cell, numberOfCells)
NamespacesYogesh.ExcelXmlRowDeleteCells(Cell, Int32)
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
)
Public Sub DeleteCells ( _
	cell As Cell, _
	numberOfCells As Integer _
)
public:
void DeleteCells(
	Cell^ cell, 
	int numberOfCells
)
Parameters
cell (Cell)
Instance of cell from which the cells are deleted
numberOfCells (Int32)
Number of cells to delete
Remarks
The cells are removed and cells to the right are cascaded leftwards.

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