Search
ColumnCollection.Remove Method (Int32, Int32)
See Also
 






Removes the specified number of columns at the specified index.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public void Remove (
    int index,
    int count
)

Visual Basic  Copy Code

Public Sub Remove( _
    index As Integer, _
    count As Integer _
)

 Parameters

index

The zero-based index of the first column to remove.

count

The number of columns to remove.

 See Also