Chapter 22. EEStyle class
Class EEStyle
(ExcelExplorer 4.0)
Class that holds style info.
Style contains info about font, format, background color, alignment, etc.
It used by Excel to store information about cells appearance.
More than one cell can use the same style.
Object of this class returned by
ExcelExplorer::Style - Get EEStyle object for the style with specified index
ExcelExplorer::StylesList - Returns styles array (array of EEStyle objects) for all defined styles
EECell::Style - Get cell style
Methods
Index - Get style index
false Font - Get EEFont object containing font data
false Format - Get format info (EEFormat object)
false Align - Returns data alignment
false BackgroundColor - Get background color
false Borders - Get borders styles and colors
|