Author: Zafir Anjum
Create row headers that behave similar to column headers. Change height of individual rows and rearrange rows. Note that the row headers are genuine headers and not just a regular column displayed as a header.
This is a quick kludge and I won't even try to explain the code. Also, it's bound to have a lot of bugs. I didn't find any specific bug in my quick tests but you can be sure they are there. Although the code should support row insertion and deletion, I haven't tested it.
My basic approach was to type the minimum amount of code to achieve this. I reused as much of the column header (aka table header) code as I could. This leads to the confusing situations where the code says width but it actually means height.
Download Zipped Source
Posted On: 10-Jan-1999