struct Tablo::Cell::Data::Coords
- Tablo::Cell::Data::Coords
- Struct
- Value
- Object
Overview
The Coords
struct is essentially intended to enable conditional
formatting or styling. It is managed internally, but its attributes
(body_value, row_index, column_index), which define the related
source data element, are used by the Cell::Data::Formatter
and
Cell:Data::Styler
user-defined procs.
Defined in:
cell.crInstance Method Summary
-
#body_value : Tablo::CellType
Returns the raw value of the current cell
-
#column_index : Int32
Returns the index of the column (0..n)
-
#row_index : Int32
Returns the index of the row (0..n)