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: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public sealed class TableCell
The TableCell type exposes the following members.
Methods
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetImage |
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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
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 |
Gets the font used for text in the cell.
| |
HorizontalAlignment |
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.
|
Version Information
See Also