Gets the cell or the cluster of cells corresponding to the specified row and column.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public ICell Item [ |
Visual Basic Copy Code |
---|
Public ReadOnly Property Item( _ |
A Header object that represents the column of the cell to get.
A Header object that represents the row of the cell to get.
An ICell instance representing all grid cell corresponding to the specified headers.
If both Header parameters are null, a group containing all cells in the grid is returned. If only one of the Header parameters is null, the returned cell group contains all cells from the row or a column specified through the other parameter. This feature lets you set the Style of all cells in a group through a single assignment.