Removes the specified number of columns at the specified index.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public void Remove ( |
Visual Basic
Copy Code
|
|---|
Public Sub Remove( _ |
The zero-based index of the first column to remove.
The number of columns to remove.
See Also