struct

Tablo::Cell::Data::Coords

Inherits Struct < Value < Object

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.

Instance methods

body_value

Returns the raw value of the current cell

Source
column_index

Returns the index of the column (0..n)

Source
row_index

Returns the index of the row (0..n)

Source