module Prawn::Table::Cell::InTable

This module extends Cell objects when they are used in a table (as opposed to standalone). Its properties apply to cells-in-tables but not cells themselves.

@private

Attributes

column[RW]

Column number (0-based).

row[RW]

Row number (0-based).