struct Tablo::CellData

Defined in:

types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(body_value : CellType, row_index : Int32, column_index : Int32) #

[View source]

Instance Method Detail

def body_value : Tablo::CellType #

[View source]
def column_index : Int32 #

[View source]
def row_index : Int32 #

[View source]