Search
WorkbookView.setMaxTabSize Method
See Also
 






Sets the maximum size of tabs representing worksheets in the tab strip.

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

 Syntax

Java  Copy Code

public void setMaxTabSize (
    int maxTabSize
)

 Parameters

maxTabSize

An integer value specifying the maximum tab size.

 Remarks

If the worksheet name shown as tab label is longer than specified maximum size, it will be drawn clipped.

 See Also