TableCell Class TIBCO Spotfire 7.6 API Reference
Represents a cell in a tabular visualization.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetImage
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyBackgroundColor
Gets the color of the background.
Public propertyBorderColor
Gets the border color.
Public propertyBorderStyle
Gets the border style.
Public propertyBounds
Gets the bounds of the cell. The point (0,0) represents the upper left corner of whole layout.
Public propertyCanHaveImage
Gets a value indicating whether this instance can have image.
Public propertyCellType
Gets the type of a cell.
Public propertyColumnIndex
Gets the index of the column.
Public propertyDataValue
Gets the data value of this cell. Can be null.
Public propertyDataValueProperties
Gets metadata for the data value of this cell. Can be null.
Public propertyFont
Gets the font used for text in the cell.
Public propertyHorizontalAlignment
Gets the horizontal alignment of text in the cell.
Public propertyIsUpperLeftInRange
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.
Public propertyLink
Gets a string representing a link url. If the cell does not have a link, this property returns String.Empty.
Public propertyRange
Gets the extent of the cell expressed as a CellRange
Public propertyRowIndex
Gets the row index of the cell.
Public propertyText
Gets the text.
Public propertyTextColor
Gets the text color.
Public propertyTooltip
Gets the tooltip for this cell.
Public propertyWordWrap
Gets a value indicating whether cell text can be drawn on muliple lines or not.
Top
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference