A Sandcastle Documented Class Library
InsertColumnBefore Method (index)
Namespaces ► Yogesh.ExcelXml ► Worksheet ► InsertColumnBefore(Int32)
Inserts a column before a given column index

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

- index (Int32)
- Index of column before which new column should be inserted