Chapter 18. EECell class
Class EECell
(ExcelExplorer 4.0)
Class to operate cells.
Note that cell can be undefined but have style (e.g. background color).
For information how to:
- obtaining date, percentage, formatted numbers - see Data()
- get info about font, format, borders, alignment and other visualization settings - see Style()
- get hyperlink assigned to the cell - see Link()
- work with rich-text and asian phonetics data - see PlainData() and Data()
- work with merged cells area - see Merged()
Object of this class returned by
ExcelExplorer::Cell - Get EECell object for the specified cell
EEWorksheet::Cell - Get EECell object for the specified cell
EEColumn::Cell - Get EECell object for the specified cell
EERow::Cell - Get EECell object for the specified cell
Methods
Type - Get cell type
PlainData - Returns unformatted cell data
Data - Returns formatted cell data
Style - Get cell style
false Link - Returns hyperlink assigned to the cell if any
false Merged - Returns merged cells area
|