Method XbpMultiCellGroup():setAlignment() Foundation
Defines the alignment attribute of a column.
:setAlignment( <nColPos>, <nAlignment>, ;
[<lRepaint>] ) --> lSuccess
Constant | Description |
---|---|
XBPALIGN_TOP | Alignment at the top |
XBPALIGN_LEFT | Alignment on the left |
XBPALIGN_BOTTOM | Alignment at the bottom |
XBPALIGN_RIGHT | Alignment on the right |
XBPALIGN_HCENTER | Horizontally centered |
XBPALIGN_VCENTER | Vertically centered |
The method returns .T. (true) if the alignment attribute is set, or .F. (false) in case of a failure.
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.