Class Cell
Cell class
Represents a cell of the table’s row.
public sealed class Cell : ICloneable
Constructors
| Name | Description |
|---|
| Cell() | Initializes a new instance of the Cell class. |
| Cell(Rectangle) | Initializes a new instance of the Cell class. |
Properties
| Name | Description |
|---|
| Alignment { get; set; } | Gets or sets the alignment. |
| BackgroundColor { get; set; } | Gets or sets the background color. |
| BackgroundImage { get; set; } | Gets or sets the background image |
| Border { get; set; } | Gets or sets the border. |
| ColSpan { get; set; } | Gets or sets the column span. |
| DefaultCellTextState { get; set; } | Gets or sets the default cell text state. |
| IsNoBorder { get; set; } | Gets or sets the cell have border. |
| IsOverrideByFragment { get; set; } | Sets the cell’s TextState property is overriden by TextFragment TextState property. |
| IsWordWrapped { get; set; } | Gets or sets the cell’s text word wrapped. |
| Margin { get; set; } | Gets or sets the padding. |
| Paragraphs { get; set; } | Gets or sets the cell’s formatted text. |
| RowSpan { get; set; } | Gets or sets the row span. |
| VerticalAlignment { get; set; } | Gets or sets the vertical alignment. |
| Width { get; } | Gets or sets the column width. |
Methods
| Name | Description |
|---|
| Clone() | Clone the cell. |
See Also