| Name | Type | Description |
|---|---|---|
| bottomSpacing | Number | Bottom margin |
| cellIndex | Number | Cell index. |
| height | Number | Vertical size. |
| horizontalAlign | FormHorizontalAlign | How to horizontally align cells |
| leftSpacing | Number | Left margin |
| region | String | Grid area. |
| rightSpacing | Number | Right margin |
| topSpacing | Number | Top margin |
| verticalAlign | FormVerticalAlign | How to align vertically within a cell |
| width | Number | Horizontal size. |
| type | Number |
|---|---|
|
Bottom margin
|
| type | Number |
|---|---|
|
Cell index.
|
| type | Number |
|---|---|
|
Vertical size. Ignored if vertical alignment is full.
|
| type | FormHorizontalAlign |
|---|---|
|
How to horizontally align cells
|
| type | Number |
|---|---|
|
Left margin
|
| type | String |
|---|---|
|
Grid area. (header, detail, footer)
|
| type | Number |
|---|---|
|
Right margin
|
| type | Number |
|---|---|
|
Top margin
|
| type | FormVerticalAlign |
|---|---|
|
How to align vertically within a cell
|
| type | Number |
|---|---|
|
Horizontal size. If the horizontal alignment method is full, it is ignored.
|