Text Grid Forms
The text grid form allows you to create a table with a grid pattern. A user can enter or display a two dimensional table of values.
The following table describes parameters for this form:
Parameters | Data Type | Description |
---|---|---|
Format Masks | String[] | Click the ellipsis button to open the String Collection Editor dialog box. Enter a mask for each value. Tip: For more information on applying masks, see the Mask Properties in the MSDN Library. |
Input Table Headers | String[] | Click the ellipsis button to open the String Collection Editordialog box. Enter heading names for each grid column in the form. Note: The length of the array determines the number of columns. |
Input Table Values | String[] | Click the ellipsis button to open the String Collection Editor dialog box. Enter an initial value for each grid cell in the form. |
Justifications | String[] | The format justifications of each column; that it, left, right, or center. |
Outputs
The following table describes parameters for this form:
Parameters | Data Type | Description |
---|---|---|
Output Table Values | String[] | Displays the array of values entered. |