Search
WorksheetView.resizeRowsToFit Method (Int32, Int32)
See Also
 






Resizes view rows to fit their contents.

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

 Syntax

Java  Copy Code

public void resizeRowsToFit (
    int startIndex,
    int endIndex
)

 Parameters

startIndex

The index of the first row to resize.

endIndex

The index of the last row to resize.

 See Also