ReadOnlyCells Constructors
Represents a read-only collection of data cells.| Name | Parameters | Description |
|---|---|---|
| ReadOnlyCells(List<Point>) | cells | Initializes a new instance of the ReadOnlyCells class. |
| ReadOnlyCells(Point) | cell | Initializes a new instance of the ReadOnlyCells class, and adds a single cell to the collection. |
See Also