The TableCell type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ColSpan |
Gets or sets the number of columns in the Table shape that the cell spans.
| |
Content |
Gets or sets the cell's content type.
| |
ContentAlignment |
Gets or sets the alignment for the cell's content.
| |
ContentBarcode |
Gets the BarcodeItem for cell content.
| |
ContentText |
Gets the TextItem for cell content.
| |
Diagonal |
Gets or sets the diagonal type to be drawn on the cell.
| |
FillColor |
Gets or sets the cell's fill color.
| |
Padding |
Gets the padding within the cell.
| |
Roundness |
Gets or sets the roundness specified as the rounding-radius for the cell shape box.
| |
RowSpan |
Gets or sets the number of rows in the Table shape that the cell spans.
| |
Visible |
Gets or sets whether the cell is visible.
|