InsertCellsBefore Method (cell, cells)

Yogesh.ExcelXml

A Sandcastle Documented Class Library InsertCellsBefore Method (cell, cells)
NamespacesYogesh.ExcelXmlRowInsertCellsBefore(Cell, Int32)
Inserts a specific number of cells before a cell
Declaration Syntax
C# Visual Basic Visual C++
public void InsertCellsBefore(
	Cell cell,
	int cells
)
Public Sub InsertCellsBefore ( _
	cell As Cell, _
	cells As Integer _
)
public:
void InsertCellsBefore(
	Cell^ cell, 
	int cells
)
Parameters
cell (Cell)
Instance 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