Removes the specified number of rows at the specified index.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public void remove ( |
The zero-based index of the first row to remove.
The number of rows to remove.
See Also