DeleteCells Method (index, numberOfCells)

Yogesh.ExcelXml

A Sandcastle Documented Class Library DeleteCells Method (index, numberOfCells)
NamespacesYogesh.ExcelXmlRowDeleteCells(Int32, Int32)
Delete a specific number of cells starting from a cell index
Declaration Syntax
C# Visual Basic Visual C++
public void DeleteCells(
	int index,
	int numberOfCells
)
Public Sub DeleteCells ( _
	index As Integer, _
	numberOfCells As Integer _
)
public:
void DeleteCells(
	int index, 
	int numberOfCells
)
Parameters
index (Int32)
Index 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