The column() method returns an object that represents a Scheduler row header cell.
DayPilot.Row.column(i);
An object that represents a row header cell. It has the following methods:
Note that the supplied string uses raw HTML that is not protected against XSS attacks.
dp.rows.find("A").column(0).html("test");