struct Tablo::Cell::Data::Coords

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.cr

Instance Method Summary

Instance Method Detail

def body_value : Tablo::CellType #

Returns the raw value of the current cell


[View source]
def column_index : Int32 #

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


[View source]
def row_index : Int32 #

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


[View source]