Jeff Johnson wrote on 2010-11-29: > I would like to have borders around four cells in a grid. > > For example there are five columns and 20 rows. I would like a border > around the first four rows, second four rows, etc. and each column. > ______________________________________________________ | > | | | | | > | | | | | | > |_______________|_______________|_______________|______ | > | | | | | > | | | | | | > |_______________|_______________|_______________|______ | > | | | > > Is this possible? >
Jeff, A solution I can suggest; Add 2 columns, one at each end. Add 5 rows in the data. And an extra field in the data. The added rows will work with the DynamicBackColor property of the Columns using the added field. The added columns will have the BackColor set accordingly. Tracy Pearson PowerChurch Software _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/004901cb8ffe$d0a15410$71e3fc...@com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

