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






Removes the specified number of columns at the specified index.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public void remove (
    int index,
    int count
)

 Parameters

index

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

count

The number of columns to remove.

 See Also