ReadOnlyCells Properties
Represents a read-only collection of data cells.| Name | Description |
|---|---|
| Count | Gets the number of elements in the collection. |
| IsEmpty | Gets whether the collection is empty. |
| Item[Int32] | Provides indexed access to the collection elements. |
| Rectangle | Gets the rectangle that bounds the cells. |
See Also