Class Cells
Cells class
Represents a cells collection of row.
public sealed class Cells : IEnumerable<Cell>
Constructors
Name | Description |
---|
Cells() | The default constructor. |
Properties
Name | Description |
---|
Count { get; } | The items count. |
Item { get; set; } | Gets or sets cells. |
Methods
Name | Description |
---|
Add() | Add cell to collection. |
Add(Cell) | Add cell to collection. |
Add(string) | Add cell to collection. |
Add(string, TextState) | Add cell to collection. |
Dispose() | Dispose method |
GetEnumerator() | Gets collection’s enumerator. |
Insert(int, Cell) | Insert cell to collection. |
Remove(Cell) | Remove cell set from collection. |
RemoveRange(int, int) | Remove cell set from collection. |
See Also