Column Methods
Last updated
Last updated
Used by constructor to define the header rectangle. Could be called again after rearranging columns or similar.
Parameter
Description
rightXCoord
Type: The screen coordinate of the right edge of the column (typically the left boundary of the next column header or the right edge of the table). Will be used to define the rectangle for the column.
Exception
Condition
When the rightXCoord is outside the TableRect passed in the constructor.