How would I go about changing the thickness of border on a column or row, not all the way around but for example on the column the right side and for example the row the bottom.
Thanks
Hi Andy,
There's no really simple way to do that. You could use a DrawFilter, I suppose, but that would end up drawing inside the row or column and it could cause problems where the text in the cell might end up running into the border.
If you could you explain in more detail the use case you are trying to implement and what, exactly, you are trying to achieve, I might be able to point you in the right direction. But without any broader context, it's hard to offer you any useful advice.
Are you trying to create some sort of divider between rows/columns? Are you trying to highlight certain columns/rows by drawing borders are more than one cell? How think do you want this border to be? Is it just 2 pixels or do you need something bigger?