TableCell Properties TIBCO Spotfire 7.6 API Reference

The TableCell type exposes the following members.

Properties

  Name Description
Public property BackgroundColor
Gets the color of the background.
Public property BorderColor
Gets the border color.
Public property BorderStyle
Gets the border style.
Public property Bounds
Gets the bounds of the cell. The point (0,0) represents the upper left corner of whole layout.
Public property CanHaveImage
Gets a value indicating whether this instance can have image.
Public property CellType
Gets the type of a cell.
Public property ColumnIndex
Gets the index of the column.
Public property DataValue
Gets the data value of this cell. Can be null.
Public property DataValueProperties
Gets metadata for the data value of this cell. Can be null.
Public property Font
Gets the font used for text in the cell.
Public property HorizontalAlignment
Gets the horizontal alignment of text in the cell.
Public property 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.
Public property Link
Gets a string representing a link url. If the cell does not have a link, this property returns String.Empty.
Public property Range
Gets the extent of the cell expressed as a CellRange
Public property RowIndex
Gets the row index of the cell.
Public property Text
Gets the text.
Public property TextColor
Gets the text color.
Public property Tooltip
Gets the tooltip for this cell.
Public property WordWrap
Gets a value indicating whether cell text can be drawn on muliple lines or not.
Top
See Also

Reference