BBjGrid::getColumnWidths
Description
In BBj 15.00 and higher, this method returns a BBjVector containing the column widths within a grid.
Syntax
Return Value | Method |
---|---|
BBjVector | getColumnWidths() |
BBjVector | getColumnWidths(boolean units) |
Parameters
Parameter | Description |
---|---|
units |
In BBj 24.20 and higher, specifies how to return the column widths. By default, units is set to false (0).
|
Return Value
The BBjVector returned contains the column widths.
Example
|
Version History
- BBj 24.20: Added an optional units argument.
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.