Search
WorkbookView.getMaxTabSize Method
See Also
 






Gets the maximum size of tabs representing worksheets in the tab strip. Default value is 100.

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

 Syntax

Java  Copy Code

public int getMaxTabSize ()

 Return Value

An integer value specifying 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