Column Methods
DefineHeaderRectangle
Used by constructor to define the header rectangle. Could be called again after rearranging columns or similar.
Syntax:
Parameters:
Parameter | Description |
rightXCoord | Type: Int32 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. |
Exceptions:
Exception | Condition |
When the rightXCoord is outside the TableRect passed in the constructor. |
Last updated