On Wed, Feb 09, 2005 at 11:15:40AM +0200, Martin Vermeer wrote: > What I meant is that the lines_ parameter in RowInfo only describes > hlines _above_ the row. If you see a simple fix, great.
rowinfo_.size() == nrows() + 1 > Actually I have no problem putting a hline above the first row, or > outputting it to LaTeX. So no need for this condition. (Or a vline left > of the first column.) rowinfo_[nrows()].lines_ give the number of lines above the row after the last row of this table - aka the number of lines below the last row. > > But the problem is that we don't know row here! The Cursor should know. Andre'