A Sandcastle Documented Class Library
InsertCellsBefore Method (index, cells)
Namespaces ► Yogesh.ExcelXml ► Row ► InsertCellsBefore(Int32, Int32)
Inserts a specific number of cells before a cell

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 )

- index (Int32)
- Index of cell before which the cells are to be inserted
- cells (Int32)
- Number of cells to insert