Search
WorkbookView.resizeColumnsToFit Method
See Also
 






Resizes view columns to fit their contents.

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

 Syntax

Java  Copy Code

public void resizeColumnsToFit (
    int startIndex,
    int endIndex
)

 Parameters

startIndex

The index of the first column to resize.

endIndex

The index of the last column to resize.

 See Also