TableRow

Constructors

this
this(TableRow rhs)
this
this(TableRow rhs)
this
this(string id, Cell[] cells, Location location, Comment[] comments)

Members

Functions

replace
void replace(string from, string to)

Properties

empty
bool empty [@property getter]

Variables

cells
Cell[] cells;
comments
Comment[] comments;
id
string id;
location
Location location;

Meta