DeleteCells Method (index, numberOfCells, cascade)

Yogesh.ExcelXml

A Sandcastle Documented Class Library DeleteCells Method (index, numberOfCells, cascade)
NamespacesYogesh.ExcelXmlRowDeleteCells(Int32, Int32, Boolean)
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,
	bool cascade
)
Public Sub DeleteCells ( _
	index As Integer, _
	numberOfCells As Integer, _
	cascade As Boolean _
)
public:
void DeleteCells(
	int index, 
	int numberOfCells, 
	bool cascade
)
Parameters
index (Int32)
Index 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