In This Topic
Creates a new
IStyle and adds it to the list of styles that areavailable for the current
IWorkbook. This method is functionally equivalent to add(String name, IRange baseOn) with baseOn = null.
Syntax
IStyle add(
java.lang.String
)
|
Parameters
- name
- The new IStyle name.
See Also