MindFusion.Java Package Programmer's Guide
RowCollection.remove Method (Int32)
See Also
 






Removes the row at the specified index.

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

 Syntax

Java  Copy Code

public void remove (
    int index
)

 Parameters

index

The zero-based index of the row to remove.

 See Also

remove Method Overload List
RowCollection Members
RowCollection Class
com.mindfusion.spreadsheet Namespace