A Sandcastle Documented Class Library
InsertColumnsBefore Method (index, numberOfColumns)
Namespaces ► Yogesh.ExcelXml ► Worksheet ► InsertColumnsBefore(Int32, Int32)
Inserts a specified number of columns before a given column index

C# | Visual Basic | Visual C++ |
public void InsertColumnsBefore( int index, int numberOfColumns )
Public Sub InsertColumnsBefore ( _ index As Integer, _ numberOfColumns As Integer _ )
public: void InsertColumnsBefore( int index, int numberOfColumns )

- index (Int32)
- Index of column before which columns should be inserted
- numberOfColumns (Int32)
- Number of columns to insert