Gets the cell or the cluster of cells corresponding to the specified row and column.
Namespace: MindFusion.Diagramming.Lanes
Package: MindFusion.Diagramming
C# Copy Code |
---|
public ICell Item [ |
Visual Basic Copy Code |
---|
Public ReadOnly Property Item( _ |
An ICell instance representing all grid cell corresponding to the specified headers.
If both Header parameters are null (Nothing in Visual Basic), 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.