Description
Used to set the column alignment to the left, center, or right in the GridChoiceDialog.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.ColAlignment(nCol)=nAlignment
Parameters
Object is a reference to the GridChoiceDialog object. For more information, see GridChoiceDialog Object (page GridChoiceDialog Object).
ColAlignment is the command.
nCol is the column number where the alignment is applied.
nAlignment is the alignment options that are applied to the specified column. Options include:
OptionAlignment
Example
GridChoiceDialog.ColAlignment (1)=16
In this example, column 1 is aligned to the bottom of the GridChoiceDialog.