Value
Name | Description | Value |
---|---|---|
ReplaceOption.OVERWRITE | If a loaded style has the same name as an existing style, the loaded style will replace the existing style, updating all the cells with the replaced style. | 1701016431 = 'ecso' |
ReplaceOption.RENAME | Renames a loaded style that has the same name as an existing style. | 1701016165 = 'ecre' |
Usage
In function
void Application.importCellStyles (from: File, replaceOption: ReplaceOption)
void Application.importTableStyles (from: File, replaceOption: ReplaceOption)
void Document.importCellStyles (from: File, replaceOption: ReplaceOption)
void Document.importTableStyles (from: File, replaceOption: ReplaceOption)
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |