Search
Worksheet.setName Method
See Also
 






Sets the name of the worksheet.

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

 Syntax

Java  Copy Code

public void setName (
    String value
)

 Parameters

value

 Remarks

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

 See Also