/** * @class Ext.exporter.data.Row * @extend Ext.exporter.data.Base * This class implements a table row definition. */ /** * @cfg {Ext.exporter.data.Cell[]} [cells=null] * * Row's cells * @accessor */ /** * @method addCell * Convenience method to add cells. * @param {Object/Array} config * @return {Ext.exporter.data.Cell/Ext.exporter.data.Cell[]} */ /** * @method getCell * Convenience method to fetch a cell by its id. * @param id * @return {Ext.exporter.data.Cell} */