documentationfor yFiles for HTML 2.6

Properties

columnin PartitionCellIdGets the first column associated with this partition cell identifier.
columnin PartitionCellIdEntryGets the ColumnDescriptor associated with this partition cell.
columnsin PartitionGridGets the columns of the partition grid.

Method Return Values

addColumn ()in PartitionGridAdds a new column to the PartitionGrid instance.
getColumn (number)in PartitionGridReturns the column with the given index.
getColumnDescriptor (IColumn)in TableLayoutConfiguratorReturns the ColumnDescriptor of the column in the grid to which the leafColumn 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.