Search
Worksheet.getName Method
See Also
 






Gets the name of the worksheet.

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

 Syntax

Java  Copy Code

public String getName ()

 Return Value

 Remarks

The name of a worksheet must be unique (ignoring case) amongst all worksheets in a Workbook.

 See Also