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






Removes the specified number of rows 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 row to remove.

count

The number of rows to remove.

 See Also