[reportlab-users] Noob Table Question
Robin Becker
robin at reportlab.com
Fri Oct 21 12:47:26 EDT 2005
Chris Irish wrote:
> Hi all.....1st post :P
> I'm reading the userguide and I can't find where it describes what
> negative row and column numbers refer to. If I had the cells:
>
> 00 01 02 03
> 10 11 12 13
> 20 21 22 23
> 30 31 32 33
>
> It's obvious which one is (1,1) or (3,2), but which cells would be
> (-1,-2) or (0, -3) when I'm setting a style? Thanks in advance for any
> help/tips.
>
> Chris
....
Python encourages the notion of negative indeces.
Column -1 refers to the last column, column -2 refers to the penultimate column
etc etc
--
Robin Becker
More information about the reportlab-users
mailing list