OptionsTableLayoutItem Properties
Provides settings that specify the item’s position in a table layout.| Name | Description |
|---|---|
| ColumnIndex | Gets or sets the index of the column in which the current layout item is displayed. |
| ColumnSpan | Gets or sets the number of columns spanned by the current layout item within the table layout. |
| RowIndex | Gets or sets the index of the row in which the current layout item is displayed. |
| RowSpan | Gets or sets the number of rows spanned by the current layout item within the table layout. |
See Also