GridCells.MergedCells

GridCells.MergedCells property

Gets the collection of merged cells.

public ArrayList MergedCells { get; }

Remarks

In this collection, each item is a GridCellArea structure which represents an area of merged cells.

See Also