documentationfor yFiles for HTML 2.6

Usages of RowDescriptor

Properties

rowin ILayerGets or sets the RowDescriptor associated with this ILayer instance.
rowin PartitionCellIdGets the first row associated with this partition cell identifier.
rowin PartitionCellIdEntryGets the RowDescriptor associated with this partition cell.
rowsin PartitionGridGets the rows of the partition grid.

Method Return Values

addRow ()in PartitionGridAdds a new row to the PartitionGrid instance.
getRow (number)in PartitionGridReturns the row with the given index.
getRowDescriptor (IRow)in TableLayoutConfiguratorReturns the RowDescriptor of the row in the grid to which the leafRow is mapped.

Method Parameters

createCellId (RowDescriptor, ColumnDescriptor)in PartitionGridCreates a partition cell identifier that represents the cell defined by the given column and row.
createCellSpanId (RowDescriptor, ColumnDescriptor, RowDescriptor, ColumnDescriptor)in PartitionGridCreates a partition cell identifier that represents a multi-cell spanning multiple columns and rows.