void setCellPadding(int cellindex, double padding) { if ((padding >= 0) && (cellindex < cellpadding.length)) cellpadding[cellindex] = padding; }