A Sandcastle Documented Class Library
DeleteCell Method (index, cascade)
Namespaces ► Yogesh.ExcelXml ► Row ► DeleteCell(Int32, Boolean)
Deletes a cell

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

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