A Sandcastle Documented Class Library
DeleteColumn Method (index)
Namespaces ► Yogesh.ExcelXml ► Worksheet ► DeleteColumn(Int32)
Completely removes a column at a given index

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

- index (Int32)
- Index of column to delete columns from

The column is removed and columns to the right
are cascaded leftwards