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.
Overload List
Overload | Description |
add(String) | 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. |
add(String,IRange) | Creates a new IStyle and adds it to the list of styles that areavailable for the current IWorkbook. |
add(String,IStyle) | Creates a new IStyle and adds it to the list of styles that areavailable for the current IWorkbook. |
See Also