Represents a cell in a tabular visualization.
Inheritance Hierarchy
Spotfire.Dxp.Application.VisualsTableCell
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class TableCell
The TableCell type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BackgroundColor |
Gets the color of the background.
| |
| BorderColor |
Gets the border color.
| |
| BorderStyle |
Gets the border style.
| |
| Bounds |
Gets the bounds of the cell. The point (0,0)
represents the upper left corner of whole layout.
| |
| CanHaveImage |
Gets a value indicating whether this instance can have image.
| |
| CellType |
Gets the type of a cell.
| |
| ColumnIndex |
Gets the index of the column.
| |
| DataValue |
Gets the data value of this cell. Can be null.
| |
| DataValueProperties |
Gets metadata for the data value of this cell. Can be null.
| |
| Font | Obsolete.
Gets the font used for text in the cell.
| |
| FontMetadata |
Gets the font used for text in the cell.
| |
| HorizontalAlignment | Obsolete.
Gets the horizontal alignment of text in the cell.
| |
| HorizontalTextAlignment |
Gets the horizontal alignment of text in the cell.
| |
| IsUpperLeftInRange |
Gets a value indicating whether this instance is upper left in range.
This will always be true for cells that do not span over multiple columns or rows.
| |
| Link |
Gets a string representing a link url. If the cell does not have a link, this property returns String.Empty.
| |
| Range |
Gets the extent of the cell expressed as a CellRange | |
| RowIndex |
Gets the row index of the cell.
| |
| Text |
Gets the text.
| |
| TextColor |
Gets the text color.
| |
| Tooltip |
Gets the tooltip for this cell.
| |
| WordWrap |
Gets a value indicating whether cell text can be drawn on muliple lines or not.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetImage | Obsolete.
Gets the image displayed in the cell. This method returns a copy of the image. The caller is responsible for disposing the image when done with it.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetImageData |
Gets the image displayed in the cell. The image is written in PNG format to the provided stream.
|
Version Information
See Also