23 #ifndef KDREPORTSTABLEELEMENT_H
24 #define KDREPORTSTABLEELEMENT_H
26 #include "KDReportsAbstractTableElement.h"
68 void setHeaderRowCount(
int count );
74 int headerRowCount()
const;
83 void setHeaderColumnCount(
int count );
89 int headerColumnCount()
const;
96 Cell& cell(
int row,
int column );
102 void build( ReportBuilder& )
const;
Definition: KDReportsTableElement.h:37
Definition: KDReportsCell.h:44
Definition: KDReportsElement.h:41
Definition: KDReportsAbstractTableElement.h:39