Method XbpMultiCellGroup():setColWidth() Foundation

Sets the column width in pixel.

Syntax
:setColWidth( <nPixel>, [<nColPos>] ) --> lSuccess
Parameters
<nPixel>
<nPixel> is a numeric value indicating the column width in pixel.
<nColPos>
<nColPos> is a numeric value indicating the ordinal position of the column whose width is to be changed. If the parameter is omitted, the width of all columns is set.
Return

The method returns .T. (true) if the column width is changed, or .F. (false) in case of a failure.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.