The IPrxTableIslandLayoutRow interface determines parameters of a layout row.
Property name | Brief description | |
Cells | The Cells property determines parameters of a layout row cell. | |
Count | The Count property returns the number of layout row cells. | |
HasHeight | The HasHeight property determines whether custom height of layout row is used. | |
Height | The Height property determines layout row height. | |
Layout | The Layout property returns structure of the layout, to which the row belongs. |
Method name | Brief description | |
Add | The Add method adds a cell to a layout row. | |
Clear | The Clear method clears a layout row. | |
Remove | The Remove method removes a layout cell by the specified index. |
See also: