InsertCellsBefore Method (index, cells)

Yogesh.ExcelXml

A Sandcastle Documented Class Library InsertCellsBefore Method (index, cells)
NamespacesYogesh.ExcelXmlRowInsertCellsBefore(Int32, Int32)
Inserts a specific number of cells before a cell
Declaration Syntax
C# Visual Basic Visual C++
public void InsertCellsBefore(
	int index,
	int cells
)
Public Sub InsertCellsBefore ( _
	index As Integer, _
	cells As Integer _
)
public:
void InsertCellsBefore(
	int index, 
	int cells
)
Parameters
index (Int32)
Index of cell before which the cells are to be inserted
cells (Int32)
Number of cells to insert

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