Prev Cell range (area) |
ExcelExplorer Manual |
Next Rich text |
 |
Chapter 6. Style
Each cell can have individual visualization settings, such as background color, font, data alignment, borders, etc.
Style is the structure (EEStyle object in context of ExcelExplorer) that holds all of these properties.
So if you need to process all of the visual properties you can use the style object instead of reading each property individually.
The ExcelExplorer presented EEStyle class that have methods to access any of the visual property assigned to a cell.
Another important thing that the more than one cell can use the same style.
See EEStyle class description for more information.
|