The TableCell type exposes the following members.

Constructors

  NameDescription
TableCell
Initializes a new instance of the TableCell class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

See Also