Re: how to highlight a rectangle?

2006-11-28 Thread Liu Yubao
A.J.Mechelynck wrote: > Liu Yubao wrote: >> Hi, >> >> I want a function Highlight(from_row, from_col, width, height, color) >> where >> from_row > 0 && from_col > 0 && width >=0 && height >=0 and zero means >> maximum. >> The highlight will stay until I call something to cancel it. >> >> With this

Re: how to highlight a rectangle?

2006-11-28 Thread A.J.Mechelynck
Liu Yubao wrote: Hi, I want a function Highlight(from_row, from_col, width, height, color) where from_row > 0 && from_col > 0 && width >=0 && height >=0 and zero means maximum. The highlight will stay until I call something to cancel it. With this function, I can place a rule at column 80 with