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

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

- index (Int32)
- Index of column to delete columns from
- cascade (Boolean)
- if true, the columns are removed and columns to the right are cascaded leftwards. if false, the columns are only emptied